@dreipol/lighthouse-config
Advanced tools
Comparing version 0.5.1 to 0.6.0
@@ -9,2 +9,3 @@ const constants = require('../constants'); | ||
folder: "../reports", | ||
tag: 'desktop', | ||
chromeFlags: ['--window-size=1280,1024'], | ||
@@ -11,0 +12,0 @@ disableEmulation: true, |
@@ -6,3 +6,4 @@ let mobileConfig = require('./desktop'); | ||
mobileConfig.disableThrottling = false; | ||
mobileConfig.tag = 'mobile'; | ||
module.exports = mobileConfig; |
@@ -9,2 +9,3 @@ const constants = require('../constants'); | ||
folder: "../reports", | ||
tag: 'desktop', | ||
chromeFlags: ['--window-size=1280,1024'], | ||
@@ -11,0 +12,0 @@ disableEmulation: true, |
@@ -6,3 +6,4 @@ let mobileConfig = require('./desktop'); | ||
mobileConfig.disableThrottling = false; | ||
mobileConfig.tag = 'mobile'; | ||
module.exports = mobileConfig; |
let config = require('./lh.base')(require('@dreipol/lighthouse-config/config/production/desktop')); | ||
config.url = 'http://example.com'; | ||
config.persisters.prefix = 'desktop'; | ||
module.exports = config; |
@@ -7,4 +7,2 @@ let mobileConfig = require('./lh.prod.desktop'); | ||
mobileConfig.persisters.prefix = 'mobile'; | ||
module.exports = mobileConfig; |
{ | ||
"name": "@dreipol/lighthouse-config", | ||
"version": "0.5.1", | ||
"version": "0.6.0", | ||
"description": "Basic lighthouse config", | ||
@@ -5,0 +5,0 @@ "scripts": { |
52534
941