Webpack tapable plugin deprecation (#12960)
* Remove unrequired extract-text-webpack-plugin * Update ngAnnotate to avoid deprecation warning * Avoid deprecation warning (Tapable.plugin -> hooks)
Showing
... | ... | @@ -32,7 +32,6 @@ |
"es6-shim": "^0.35.3", | ||
"expect.js": "~0.2.0", | ||
"expose-loader": "^0.7.3", | ||
"extract-text-webpack-plugin": "^4.0.0-beta.0", | ||
"file-loader": "^1.1.11", | ||
"fork-ts-checker-webpack-plugin": "^0.4.2", | ||
"gaze": "^1.1.2", | ||
... | ... | @@ -63,7 +62,7 @@ |
"mobx-react-devtools": "^4.2.15", | ||
"mocha": "^4.0.1", | ||
"ng-annotate-loader": "^0.6.1", | ||
"ng-annotate-webpack-plugin": "^0.2.1-pre", | ||
"ng-annotate-webpack-plugin": "^0.3.0", | ||
"ngtemplate-loader": "^2.0.1", | ||
"npm": "^5.4.2", | ||
"optimize-css-assets-webpack-plugin": "^4.0.2", | ||
... | ... |
Please
register
or
sign in
to comment