tweak CI detect on frontend

This commit is contained in:
Aleksey Gurianov
2018-07-11 22:44:13 +04:00
parent 42b9baf0f3
commit 25c75011f4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ module.exports = {
}),
new webpack.optimize.ModuleConcatenationPlugin(),
...(env === 'production' ? [new webpack.optimize.UglifyJsPlugin()] : []),
...(process.env.CI === 'true'
...(process.env.CI
? []
: [
new BundleAnalyze({