initial commit
This commit is contained in:
2
khtml-example/webpack.config.d/sass.js
Normal file
2
khtml-example/webpack.config.d/sass.js
Normal file
@@ -0,0 +1,2 @@
|
||||
config.module.rules.push({ test: /\.s[ac]ss$/, use: ["style-loader", { loader: "css-loader", options: {sourceMap: false} }, "sass-loader" ] });
|
||||
|
Reference in New Issue
Block a user