Skip to content

Commit 0c8cdef

Browse files
committed
Install webpack-merge
- Installed `webpack-merge` as optional dependency.
1 parent 143b905 commit 0c8cdef

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

package-lock.json

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@
8484
"tsconfig-paths": "^4.0.0",
8585
"tsconfig-paths-webpack-plugin": "^3.5.2",
8686
"webpack": "^5.73.0",
87-
"webpack-cli": "^4.10.0"
87+
"webpack-cli": "^4.10.0",
88+
"webpack-merge": "^5.8.0"
8889
},
8990
"repository": {
9091
"type": "git",

0 commit comments

Comments
 (0)