Update javascript dependencies and add webpack-bundle-analyzer
This commit is contained in:
parent
f2179979fe
commit
a223eb05da
3 changed files with 1594 additions and 1097 deletions
|
@ -9,4 +9,9 @@ const resolve = {
|
|||
|
||||
environment.splitChunks();
|
||||
environment.config.merge({ resolve });
|
||||
|
||||
// Uncoment next lines to run webpack-bundle-analyzer
|
||||
// const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer');
|
||||
// environment.plugins.append('BundleAnalyzer', new BundleAnalyzerPlugin());
|
||||
|
||||
module.exports = environment;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue