build: 약간 변경

This commit is contained in:
2021-12-11 12:44:51 +09:00
parent 6441fc09e4
commit 4d6f64cf96
3 changed files with 3 additions and 9 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ $input-color: #303030;
@import "./variables.scss";
@import "./bootswatch_custom_variables.scss";
@import "/node_modules/bootstrap/scss/bootstrap.scss";
@import "bootstrap/scss/bootstrap.scss";
@import "./bootswatch_custom.scss";
@import "./bootstrap_sammo.scss";
@import "./vue-multiselect.scss";
+1 -1
View File
@@ -1,5 +1,5 @@
@import "./common/bootstrap5.scss";
@import "./common/break_500px.scss";
@import "./common/bootstrap5.scss";
body {
color: white;
+1 -7
View File
@@ -120,13 +120,7 @@ module.exports = (env, argv) => {
},
{
test: /\.vue\.(s?[ac]ss)$/,
use: ['vue-style-loader', 'css-loader', {
loader: 'esbuild-loader',
options: {
loader: 'css',
minify: true
}
}, 'sass-loader']
use: ['vue-style-loader', 'css-loader', 'sass-loader']
},
{
test: /(?<!\.vue)\.(s?[ac]ss)$/,