initial commit

This commit is contained in:
2024-03-01 06:05:38 +08:00
commit 46231b3f73
19 changed files with 816 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
config.module.rules.push({ test: /\.s[ac]ss$/, use: ["style-loader", { loader: "css-loader", options: {sourceMap: false} }, "sass-loader" ] });