We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf56b1 commit 3bbe0d7Copy full SHA for 3bbe0d7
docs/webpack.config.js
@@ -16,7 +16,7 @@ const baseConfig = {
16
},
17
{
18
test: /\.css$/,
19
- loader: 'style-loader!css-loader!postcss-loader',
+ use: ['style-loader', 'css-loader', 'postcss-loader'],
20
21
22
test: /\.(png|woff|woff2|eot|ttf|svg)$/,
0 commit comments