refactor: remove scss files

This commit is contained in:
Griffithtp
2019-07-06 00:09:38 +01:00
parent 99e1bb3ea3
commit b6717497aa
9 changed files with 4 additions and 193 deletions

View File

@@ -71,12 +71,6 @@ module.exports = {
limit: 50,
},
},
{
test: /\.scss$/,
exclude: /node_modules/,
loader: `style-loader!css-loader?module&sourceMap=false&localIdentName=[path][name]__[local]--[hash:base64:5]
!resolve-url-loader?keepQuery!sass-loader?sourceMap`,
},
{
test: /\.css$/,
use: [