浏览代码

Reconfigured Webpack to output all language files.

Szymon Kupś 8 年之前
父节点
当前提交
14acec8a49
共有 1 个文件被更改,包括 2 次插入1 次删除
  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