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 f886d28 commit 3611dc3Copy full SHA for 3611dc3
package.json
@@ -24,5 +24,8 @@
24
"webpack": "^5.78",
25
"webpack-cli": "^5",
26
"webpack-dev-server": "^4"
27
+ },
28
+ "resolutions": {
29
+ "@types/minimatch": "5.1.2"
30
}
31
webpack.config.js
@@ -33,6 +33,12 @@ module.exports = {
33
test: /\.(png|jpe?g|gif|svg|woff|woff2)$/,
34
type: 'asset'
35
},
36
+ {
37
+ test: /\.css$/,
38
+ use: [
39
+ 'css-loader',
40
+ ]
41
42
{
43
test: /\.scss$/,
44
use: [
0 commit comments