We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb21e6a commit 7d45713Copy full SHA for 7d45713
1 file changed
hooks/09_Sidebar/webpack.config.js
@@ -33,11 +33,11 @@ module.exports = {
33
useBabel: true,
34
babelCore: "@babel/core", // needed for Babel v7
35
},
36
- },
37
- {
38
- test: /\.css$/,
39
- include: /node_modules/,
40
- use: [MiniCssExtractPlugin.loader, "css-loader"]
+ },
+ {
+ test: /\.css$/,
+ include: /node_modules/,
+ use: [MiniCssExtractPlugin.loader, "css-loader"],
41
42
{
43
test: /\.css$/,
0 commit comments