Skip to content

Commit bb21e6a

Browse files
committed
ref: #187 update 09 webpack
1 parent 034ec6a commit bb21e6a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

hooks/09_Sidebar/webpack.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +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"]
3641
},
3742
{
3843
test: /\.css$/,

0 commit comments

Comments
 (0)