diff --git a/webpack.config.js b/webpack.config.js index c2a50d3..dba1be0 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -42,7 +42,8 @@ module.exports = (env, argv) => { : '[path][name]__[local]' } } - } + }, + 'postcss-loader' ].filter(Boolean) } ]