Commit 8978012f authored by RuoYi's avatar RuoYi

修复打包后字体图标偶现的乱码问题

parent 7cf4a5da
...@@ -42,6 +42,13 @@ module.exports = { ...@@ -42,6 +42,13 @@ module.exports = {
}, },
disableHostCheck: true disableHostCheck: true
}, },
css: {
loaderOptions: {
sass: {
sassOptions: { outputStyle: "expanded" }
}
}
},
configureWebpack: { configureWebpack: {
name: name, name: name,
resolve: { resolve: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment