Kaynağa Gözat

Reconfigured Webpack to output all language files.

Szymon Kupś 8 yıl önce
ebeveyn
işleme
14acec8a49

+ 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