Skip to content

Commit 7d45713

Browse files
committed
ref: #187 update 09 webpack
1 parent bb21e6a commit 7d45713

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

hooks/09_Sidebar/webpack.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ module.exports = {
3333
useBabel: true,
3434
babelCore: "@babel/core", // needed for Babel v7
3535
},
36-
},
37-
{
38-
test: /\.css$/,
39-
include: /node_modules/,
40-
use: [MiniCssExtractPlugin.loader, "css-loader"]
36+
},
37+
{
38+
test: /\.css$/,
39+
include: /node_modules/,
40+
use: [MiniCssExtractPlugin.loader, "css-loader"],
4141
},
4242
{
4343
test: /\.css$/,

0 commit comments

Comments
 (0)