Last active
May 2, 2020 08:57
-
-
Save ashinzekene/ef46a61d0047eb2672ad0e2a8a8b72dd to your computer and use it in GitHub Desktop.
This file contains 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; | |
plugins: [ | |
... | |
new BundleAnalyzerPlugin({ | |
analyzerMode: "static", | |
}) | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment