diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-08 21:24:28 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-08 21:24:28 +0200 |
| commit | 3fb218ac164f9877833183b33719d0564cffa359 (patch) | |
| tree | 9a149638b7787e1224b1da1b9c6bb0fb36d4421c /webpack.config.js | |
| parent | b801e54c6804a27069343470bf3aabfc65cf0272 (diff) | |
| download | brokentalents-3fb218ac164f9877833183b33719d0564cffa359.tar.gz brokentalents-3fb218ac164f9877833183b33719d0564cffa359.zip | |
reference assets
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', |
