mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
refactor: remove unused option ci
This commit is contained in:
parent
bc6837c985
commit
cf06559fa6
@ -66,7 +66,7 @@ export default class WebpackClientConfig extends WebpackBaseConfig {
|
||||
analyzerMode: 'static',
|
||||
defaultSizes: 'gzip',
|
||||
generateStatsFile: true,
|
||||
openAnalyzer: !(this.options.ci || this.options.test),
|
||||
openAnalyzer: !this.options.test,
|
||||
reportFilename: path.resolve(statsDir, 'client.html'),
|
||||
statsFilename: path.resolve(statsDir, 'client.json')
|
||||
}, this.options.build.analyze)))
|
||||
|
Loading…
Reference in New Issue
Block a user