Once again, with webpack.

This commit is contained in:
2019-03-04 00:17:59 +01:00
parent fc22b4cd28
commit 45bbbc3494
3 changed files with 16 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ module.exports = {
test: /\.scss$/,
use: [
"style-loader", // creates style nodes from JS strings
"css-loader", // translates CSS into CommonJS
"css-loader?-url", // translates CSS into CommonJS
"postcss-loader", // Will run auto-prefixer for compatibility
"sass-loader" // compiles Sass to CSS, using Node Sass by default
]