mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 20:37:05 +02:00
[chore] Introducing SCSS, renaming existing files.
Not utilizing any functionality yet, just setting up for refactorings.
This commit is contained in:
+4
-3
@@ -39,12 +39,13 @@ module.exports = (env, argv) => ({
|
||||
exclude: /node_modules/
|
||||
},
|
||||
{
|
||||
test: /\.css$/,
|
||||
test: /\.s?css$/,
|
||||
use: [
|
||||
MiniCssExtractPlugin.loader,
|
||||
"css-loader"
|
||||
"css-loader",
|
||||
"sass-loader"
|
||||
]
|
||||
}
|
||||
},
|
||||
]
|
||||
},
|
||||
optimization: {
|
||||
|
||||
Reference in New Issue
Block a user