feat(webpack-react): call npm install --save-dev webpack-merge

This commit is contained in:
dancingCycle 2022-06-15 07:17:15 +02:00
parent 9d343318c1
commit ee698001fa
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@
"babel-loader": "^8.2.5",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.2"
"webpack-dev-server": "^4.9.2",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"prop-types": "^15.8.1",