Updated to Node v18 and removed node-sass dependency

This commit is contained in:
n1474335 2022-09-09 21:22:55 +01:00
parent b00f64518f
commit 7b245b084a
8 changed files with 235 additions and 2776 deletions

View file

@ -164,19 +164,6 @@ module.exports = {
"postcss-loader",
]
},
{
test: /\.scss$/,
use: [
{
loader: MiniCssExtractPlugin.loader,
options: {
publicPath: "../"
}
},
"css-loader",
"sass-loader",
]
},
{
test: /\.(ico|eot|ttf|woff|woff2)$/,
type: "asset/resource",