File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -610,26 +610,26 @@ describe('entry tests', () => {
610
610
}
611
611
] ,
612
612
plugins : [
613
- new webpack . optimize . CommonsChunkPlugin ( {
614
- name : 'common' ,
615
- chunks : _ . keys ( appsEntries ) ,
616
- minChunks : 2
617
- } ) ,
618
- new webpack . optimize . CommonsChunkPlugin ( {
619
- name : 'code-studio-common' ,
620
- chunks : _ . keys ( codeStudioEntries ) . concat ( [ 'common' ] ) ,
621
- minChunks : 2
622
- } ) ,
623
- new webpack . optimize . CommonsChunkPlugin ( {
624
- name : 'essential' ,
625
- minChunks : 2 ,
626
- chunks : [
627
- 'peer_reviews' ,
628
- 'plc' ,
629
- 'pd' ,
630
- 'code-studio-common' ,
631
- ]
632
- } ) ,
613
+ // new webpack.optimize.CommonsChunkPlugin({
614
+ // name: 'common',
615
+ // chunks: _.keys(appsEntries),
616
+ // minChunks: 2
617
+ // }),
618
+ // new webpack.optimize.CommonsChunkPlugin({
619
+ // name: 'code-studio-common',
620
+ // chunks: _.keys(codeStudioEntries).concat(['common']),
621
+ // minChunks: 2
622
+ // }),
623
+ // new webpack.optimize.CommonsChunkPlugin({
624
+ // name: 'essential',
625
+ // minChunks: 2,
626
+ // chunks: [
627
+ // 'peer_reviews',
628
+ // 'plc',
629
+ // 'pd',
630
+ // 'code-studio-common',
631
+ // ]
632
+ // }),
633
633
...( process . env . ANALYZE_BUNDLE ? [
634
634
new BundleAnalyzerPlugin ( {
635
635
analyzerMode : 'static' ,
You can’t perform that action at this time.
0 commit comments