Skip to content

Commit

Permalink
ci: Fix webpack config for docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchief committed Jan 15, 2023
1 parent fbf56b1 commit 3bbe0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const baseConfig = {
},
{
test: /\.css$/,
loader: 'style-loader!css-loader!postcss-loader',
use: ['style-loader', 'css-loader', 'postcss-loader'],
},
{
test: /\.(png|woff|woff2|eot|ttf|svg)$/,
Expand Down

0 comments on commit 3bbe0d7

Please sign in to comment.