Skip to content

Commit 3bbe0d7

Browse files
committed
ci: Fix webpack config for docs build
1 parent fbf56b1 commit 3bbe0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const baseConfig = {
1616
},
1717
{
1818
test: /\.css$/,
19-
loader: 'style-loader!css-loader!postcss-loader',
19+
use: ['style-loader', 'css-loader', 'postcss-loader'],
2020
},
2121
{
2222
test: /\.(png|woff|woff2|eot|ttf|svg)$/,

0 commit comments

Comments
 (0)