Update javascript dependencies and add webpack-bundle-analyzer

This commit is contained in:
Paul Chavard 2019-12-18 22:09:01 +01:00
parent f2179979fe
commit a223eb05da
3 changed files with 1594 additions and 1097 deletions

View file

@ -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;