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

This commit is contained in:
Keirua 2020-01-29 14:51:55 +01:00 committed by GitHub
parent d4dbc44dac
commit eddd59e554
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 1316 additions and 1870 deletions

View file

@ -9,9 +9,4 @@ 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;