Skip to content

Commit 238da81

Browse files
authoredMar 28, 2020
fix: add webpack, tapable and html-minifier-terser as dependencies because of types.d.ts
1 parent 2ab27f0 commit 238da81

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@
2828
]
2929
},
3030
"devDependencies": {
31-
"@types/html-minifier-terser": "5.0.0",
3231
"@types/loader-utils": "1.1.3",
3332
"@types/node": "11.13.9",
34-
"@types/tapable": "1.0.4",
3533
"appcache-webpack-plugin": "1.4.0",
3634
"commitizen": "4.0.3",
3735
"css-loader": "2.1.1",
@@ -52,6 +50,9 @@
5250
"webpack-recompilation-simulator": "3.0.0"
5351
},
5452
"dependencies": {
53+
"@types/html-minifier-terser": "^5.0.0",
54+
"@types/tapable": "^1.0.5",
55+
"@types/webpack": "^4.41.8",
5556
"html-minifier-terser": "^5.0.1",
5657
"loader-utils": "^1.2.3",
5758
"lodash": "^4.17.15",

0 commit comments

Comments
 (0)
Please sign in to comment.