mirror of
https://gitee.com/novel_dev_team/novel-front-web
synced 2026-07-20 17:54:10 +08:00
chore: 开启 CSS source map
This commit is contained in:
@@ -5,6 +5,9 @@ module.exports = defineConfig({
|
|||||||
// 端口号的配置
|
// 端口号的配置
|
||||||
port:1024
|
port:1024
|
||||||
},
|
},
|
||||||
|
css: {
|
||||||
|
sourceMap: true // 开启 CSS source map
|
||||||
|
},
|
||||||
transpileDependencies: true,
|
transpileDependencies: true,
|
||||||
lintOnSave: false,
|
lintOnSave: false,
|
||||||
configureWebpack: {
|
configureWebpack: {
|
||||||
|
|||||||
Reference in New Issue
Block a user