Parcourir la source

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

Kamil Piechaczek il y a 8 ans
Parent
commit
7a648055b0
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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: {