Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab27f0 commit 238da81Copy full SHA for 238da81
1 file changed
package.json
@@ -28,10 +28,8 @@
28
]
29
},
30
"devDependencies": {
31
- "@types/html-minifier-terser": "5.0.0",
32
"@types/loader-utils": "1.1.3",
33
"@types/node": "11.13.9",
34
- "@types/tapable": "1.0.4",
35
"appcache-webpack-plugin": "1.4.0",
36
"commitizen": "4.0.3",
37
"css-loader": "2.1.1",
@@ -52,6 +50,9 @@
52
50
"webpack-recompilation-simulator": "3.0.0"
53
51
54
"dependencies": {
+ "@types/html-minifier-terser": "^5.0.0",
+ "@types/tapable": "^1.0.5",
55
+ "@types/webpack": "^4.41.8",
56
"html-minifier-terser": "^5.0.1",
57
"loader-utils": "^1.2.3",
58
"lodash": "^4.17.15",
0 commit comments