Skip to content

Commit 0591320

Browse files
committed
remove dead CommonsChunkPlugin config
1 parent 530b742 commit 0591320

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

apps/Gruntfile.js

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -648,27 +648,6 @@ describe('entry tests', () => {
648648
}
649649
}
650650
}
651-
652-
// new webpack.optimize.CommonsChunkPlugin({
653-
// name: 'common',
654-
// chunks: _.keys(appsEntries),
655-
// minChunks: 2
656-
// }),
657-
// new webpack.optimize.CommonsChunkPlugin({
658-
// name: 'code-studio-common',
659-
// chunks: _.keys(codeStudioEntries).concat(['common']),
660-
// minChunks: 2
661-
// }),
662-
// new webpack.optimize.CommonsChunkPlugin({
663-
// name: 'essential',
664-
// minChunks: 2,
665-
// chunks: [
666-
// 'peer_reviews',
667-
// 'plc',
668-
// 'pd',
669-
// 'code-studio-common',
670-
// ]
671-
// }),
672651
},
673652
plugins: [
674653
...(process.env.ANALYZE_BUNDLE ? [

0 commit comments

Comments
 (0)