Skip to content

Commit 6254f9c

Browse files
committed
fix: drop webpack dependency
1 parent 5208089 commit 6254f9c

File tree

2 files changed

+168
-165
lines changed

2 files changed

+168
-165
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
"loader-utils": "^1.1.0",
4040
"svg-baker": "^1.3.0",
4141
"svg-baker-runtime": "^1.3.3",
42-
"url-slug": "2.0.0",
43-
"webpack": "^4.12.1"
42+
"url-slug": "2.0.0"
4443
},
4544
"devDependencies": {
4645
"babel-core": "^6.24.1",
@@ -79,6 +78,7 @@
7978
"svgo-loader": "^1.2.1",
8079
"validate-commit-msg": "^2.12.1",
8180
"wallaby-webpack": "0.0.38",
81+
"webpack": "^4.20.2",
8282
"webpack-cli": "^2.1.5",
8383
"webpack-toolkit": "^1.0.0"
8484
},

0 commit comments

Comments
 (0)