add sourcemap: false
This commit is contained in:
parent
35e75b3c4b
commit
c355e649ad
@ -117,7 +117,8 @@ export default defineConfig(({ mode, command }) => {
|
|||||||
},
|
},
|
||||||
build: {
|
build: {
|
||||||
outDir: 'dist',
|
outDir: 'dist',
|
||||||
assetsDir: 'assets'
|
assetsDir: 'assets',
|
||||||
|
sourcemap: false
|
||||||
},
|
},
|
||||||
define: {
|
define: {
|
||||||
// 确保环境变量在构建时可用
|
// 确保环境变量在构建时可用
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user