@dreipol/lighthouse-config
Advanced tools
Comparing version 3.0.1 to 3.1.0
@@ -9,3 +9,3 @@ const constants = require('../constants'); | ||
tag: 'desktop', | ||
chromeFlags: ['--window-size=1280,1024'], | ||
chromeFlags: ['--window-size=1280,1024', '--headless'], | ||
disableEmulation: true, | ||
@@ -12,0 +12,0 @@ disableThrottling: true, |
let mobileConfig = require('./desktop'); | ||
mobileConfig.chromeFlags = ['--window-size=320,480']; | ||
mobileConfig.chromeFlags = ['--window-size=320,480', '--headless']; | ||
mobileConfig.disableEmulation = false; | ||
@@ -5,0 +5,0 @@ mobileConfig.disableThrottling = false; |
@@ -1,7 +0,1 @@ | ||
let mobileConfig = require('./lh.desktop'); | ||
mobileConfig.chromeFlags = ['--window-size=1280,720']; | ||
mobileConfig.disableEmulation = false; | ||
mobileConfig.disableThrottling = false; | ||
module.exports = mobileConfig; | ||
module.exports = require('./lh.base')(require('@dreipol/lighthouse-config/config/base/mobile')); |
{ | ||
"name": "@dreipol/lighthouse-config", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"description": "Basic lighthouse config", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
66247
1277
1