Replace 'extract-text-webpack-plugin' with 'mini-css-extract-plugin'
It looks like Webpack is deprecating extract-text-webpack-plugin in favor of mini-css-extract-plugin. Discussion can be found here: webpack-contrib/extract-text-webpack-plugin#731 Closes #271
This commit is contained in:
parent
7ec06ca6dc
commit
23e8eb1591
2 changed files with 14 additions and 5 deletions
|
|
@ -33,7 +33,7 @@
|
|||
"eslint-plugin-react": "^7.14.3",
|
||||
"eslint-plugin-react-hooks": "^2.1.2",
|
||||
"eslint-plugin-standard": "^4.0.1",
|
||||
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
||||
"mini-css-extract-plugin": "^0.9.0",
|
||||
"htmlparser": "^1.7.7",
|
||||
"jed": "^1.1.1",
|
||||
"po2json": "^1.0.0-alpha",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue