diff options
Diffstat (limited to 'webpack.config.js')
| -rw-r--r-- | webpack.config.js | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/webpack.config.js b/webpack.config.js index cfbc07c..dd690ce 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -17,14 +17,7 @@ module.exports = { exclude: /node_modules/, loader: 'babel-loader', }, { - test: /\.css$/, - use: [ - 'vue-style-loader', - 'css-loader', - 'sass-loader', - ], - }, { - test: /\.scss$/, + test: /\.(css|scss)$/, use: [ 'vue-style-loader', 'css-loader', |
