We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530b742 commit 0591320Copy full SHA for 0591320
apps/Gruntfile.js
@@ -648,27 +648,6 @@ describe('entry tests', () => {
648
}
649
650
651
-
652
- // new webpack.optimize.CommonsChunkPlugin({
653
- // name: 'common',
654
- // chunks: _.keys(appsEntries),
655
- // minChunks: 2
656
- // }),
657
658
- // name: 'code-studio-common',
659
- // chunks: _.keys(codeStudioEntries).concat(['common']),
660
661
662
663
- // name: 'essential',
664
- // minChunks: 2,
665
- // chunks: [
666
- // 'peer_reviews',
667
- // 'plc',
668
- // 'pd',
669
- // 'code-studio-common',
670
- // ]
671
672
},
673
plugins: [
674
...(process.env.ANALYZE_BUNDLE ? [
0 commit comments