Merge branch 't/ckeditor5-dev/371'
Other: Updated `webpack` to version 4. BREAKING CHANGE: CKEditor 5 environment was updated to use `webpack@4`. `webpack@4` introduced major changes in its configuration and plugin system. CKEditor 5 tools and build configuration were updated to work with `webpack@4` now and will not work with `webpack@3.
Showing
This diff is collapsed.
This diff is collapsed.
... | ... | @@ -34,8 +34,8 @@ |
"@ckeditor/ckeditor5-autoformat": "^10.0.1", | ||
"@ckeditor/ckeditor5-basic-styles": "^10.0.1", | ||
"@ckeditor/ckeditor5-block-quote": "^10.0.1", | ||
"@ckeditor/ckeditor5-dev-utils": "^9.0.0", | ||
"@ckeditor/ckeditor5-dev-webpack-plugin": "^5.0.0", | ||
"@ckeditor/ckeditor5-dev-utils": "^10.0.0", | ||
"@ckeditor/ckeditor5-dev-webpack-plugin": "^6.0.0", | ||
"@ckeditor/ckeditor5-easy-image": "^10.0.1", | ||
"@ckeditor/ckeditor5-editor-decoupled": "^10.0.2", | ||
"@ckeditor/ckeditor5-essentials": "^10.1.0", | ||
... | ... | @@ -49,12 +49,12 @@ |
"@ckeditor/ckeditor5-theme-lark": "^10.1.0", | ||
"@ckeditor/ckeditor5-upload": "^10.0.1", | ||
"@ckeditor/ckeditor5-table": "^10.0.0", | ||
"babel-minify-webpack-plugin": "^0.3.0", | ||
"postcss-loader": "^2.0.10", | ||
"postcss-loader": "^2.1.5", | ||
"raw-loader": "^0.5.1", | ||
"style-loader": "^0.20.3", | ||
"webpack": "^3.11.0", | ||
"webpack-sources": "1.0.1" | ||
"style-loader": "^0.21.0", | ||
"uglifyjs-webpack-plugin": "^1.2.7", | ||
"webpack": "^4.15.0", | ||
"webpack-cli": "^3.0.8" | ||
}, | ||
"engines": { | ||
"node": ">=6.0.0", | ||
... | ... |
Please register or sign in to comment