Revert "Revert "Update javascript dependencies and add webpack-bundle-analyzer""

This reverts commit eddd59e554.
This commit is contained in:
Paul Chavard 2020-01-30 11:26:50 +01:00
parent d19c9c6dcc
commit a86129c3a1
7 changed files with 1873 additions and 1319 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;