Merge pull request #22 from ckeditor/t/ckeditor5/1945
Other: Bumped style-loader to v1.0.0. Aligned the webpack config to the new loader API. See ckeditor/ckeditor5#1945.
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
... | ... | @@ -53,11 +53,11 @@ |
"husky": "^1.3.1", | ||
"lint-staged": "^7.0.0", | ||
"postcss-loader": "^3.0.0", | ||
"raw-loader": "^1.0.0", | ||
"style-loader": "^0.23.0", | ||
"uglifyjs-webpack-plugin": "^1.2.7", | ||
"webpack": "^4.15.0", | ||
"webpack-cli": "^3.0.8" | ||
"raw-loader": "^3.1.0", | ||
"style-loader": "^1.0.0", | ||
"uglifyjs-webpack-plugin": "^1.3.0", | ||
"webpack": "^4.39.1", | ||
"webpack-cli": "^3.3.6" | ||
}, | ||
"engines": { | ||
"node": ">=8.0.0", | ||
... | ... |
Please register or sign in to comment