🔧 ci(vite): 生成 inline source map,方便调试
This commit is contained in:
parent
0a8ab5a227
commit
9e2a64b471
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ export default defineConfig({
|
|||
emptyOutDir: false,
|
||||
|
||||
// 构建后是否生成 source map 文件
|
||||
sourcemap: false,
|
||||
sourcemap: 'inline',
|
||||
|
||||
// 设置为 false 可以禁用最小化混淆
|
||||
// 或是用来指定是应用哪种混淆器
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue