Skip to content

Commit

Permalink
don't open BundleAnalyzerPlugin during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvfritz committed Mar 21, 2018
1 parent 9bdd54f commit c410b1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = {
// TODO: Remove once this feature is built into Vue CLI
new BundleAnalyzerPlugin({
analyzerMode: process.env.ANALYZE ? 'static' : 'disabled',
openAnalyzer: process.env.CI !== 'true',
}),
],
},
Expand Down

0 comments on commit c410b1b

Please sign in to comment.