瀏覽代碼

Added `webpack.optimize.ModuleConcatenationPlugin` to webpack config.

Kamil Piechaczek 8 年之前
父節點
當前提交
7a648055b0
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      packages/ckeditor5-build-classic/webpack.config.js

+ 2 - 1
packages/ckeditor5-build-classic/webpack.config.js

@@ -37,7 +37,8 @@ module.exports = {
 		new webpack.BannerPlugin( {
 			banner: bundler.getLicenseBanner(),
 			raw: true
-		} )
+		} ),
+		new webpack.optimize.ModuleConcatenationPlugin()
 	],
 
 	module: {