Explorar el Código

Reconfigured Webpack to output all language files.

Szymon Kupś hace 8 años
padre
commit
14acec8a49
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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