[chore] Introducing SCSS, renaming existing files.

Not utilizing any functionality yet, just setting up for refactorings.
This commit is contained in:
Steven Evans
2018-07-13 16:13:49 -04:00
parent 3faed7caf2
commit 9b5b997b6d
15 changed files with 2609 additions and 1377 deletions
+4 -3
View File
@@ -39,12 +39,13 @@ module.exports = (env, argv) => ({
exclude: /node_modules/
},
{
test: /\.css$/,
test: /\.s?css$/,
use: [
MiniCssExtractPlugin.loader,
"css-loader"
"css-loader",
"sass-loader"
]
}
},
]
},
optimization: {