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 adc816f commit 25ceb89Copy full SHA for 25ceb89
package.json
@@ -50,16 +50,17 @@
50
"@babel/preset-env": "^7.9.6",
51
"babel-loader": "^8.1.0",
52
"clean-webpack-plugin": "^3.0.0",
53
+ "file-loader": "^6.2.0",
54
"html-webpack-plugin": "^4.5.0",
55
+ "style-loader": "^2.0.0",
56
+ "terser-webpack-plugin": "^5.1.1",
57
"uglifyjs-webpack-plugin": "^2.2.0",
58
"webpack": "^5.24.4",
59
"webpack-cli": "^4.5.0",
- "webpack-log": "^3.0.1",
- "file-loader": "^6.2.0",
- "style-loader": "^2.0.0",
60
- "terser-webpack-plugin": "^5.1.1"
+ "webpack-log": "^3.0.1"
61
},
62
"dependencies": {
63
- "@cocreate/docs": "^1.0.3"
+ "@cocreate/docs": "^1.0.3",
64
+ "mini-css-extract-plugin": "^1.5.0"
65
}
66
0 commit comments