Browse Source

Reconfigured Webpack to output all language files.

Szymon Kupś 8 years ago
parent
commit
14acec8a49
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/ckeditor5-build-classic/webpack.config.js

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

@@ -29,7 +29,8 @@ module.exports = {
 
 	plugins: [
 		new CKEditorWebpackPlugin( {
-			languages: [ buildConfig.config.lang ]
+			languages: 'all',
+			defaultLanguage: buildConfig.config.lang
 		} ),
 		new BabiliPlugin( null, {
 			comments: false