Once again, with webpack.
This commit is contained in:
@@ -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
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user