mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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',
|
analyzerMode: 'static',
|
||||||
defaultSizes: 'gzip',
|
defaultSizes: 'gzip',
|
||||||
generateStatsFile: true,
|
generateStatsFile: true,
|
||||||
openAnalyzer: !(this.options.ci || this.options.test),
|
openAnalyzer: !this.options.test,
|
||||||
reportFilename: path.resolve(statsDir, 'client.html'),
|
reportFilename: path.resolve(statsDir, 'client.html'),
|
||||||
statsFilename: path.resolve(statsDir, 'client.json')
|
statsFilename: path.resolve(statsDir, 'client.json')
|
||||||
}, this.options.build.analyze)))
|
}, this.options.build.analyze)))
|
||||||
|
Loading…
Reference in New Issue
Block a user