Skip to content

Commit

Permalink
Remove webpack-common-shake plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
phyllisstein committed Jan 12, 2022
1 parent d0682a3 commit 50eed4e
Show file tree
Hide file tree
Showing 3 changed files with 22,512 additions and 925 deletions.
5 changes: 0 additions & 5 deletions lib/cmd/pack/get-webpack-config.js
Expand Up @@ -9,7 +9,6 @@ const {
const _ = require('lodash');
const AssetManifestPlugin = require('webpack-assets-manifest');
const CaseSensitivePathsPlugin = require('case-sensitive-paths-webpack-plugin');
const { Plugin: CommonShakePlugin } = require('webpack-common-shake');
const Config = require('webpack-chain');
const cssImport = require('postcss-import');
const DotenvPlugin = require('dotenv-webpack');
Expand Down Expand Up @@ -268,10 +267,6 @@ function buildProductionConfig(config) {
moduleIds: 'deterministic'
});

config
.plugin('common-shake')
.use(CommonShakePlugin);

/* eslint-enable indent */

return config;
Expand Down

0 comments on commit 50eed4e

Please sign in to comment.