Created
July 2, 2017 19:30
-
-
Save impankratov/f83d97c2db2e4b82abbf766e79b12343 to your computer and use it in GitHub Desktop.
webpack-bundle-analyzer plugin config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin; | |
| new BundleAnalyzerPlugin({ | |
| openAnalyzer: true, | |
| generateStatsFile: true, | |
| statsFilename: 'stats.json', | |
| }), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment