chore: include sourcemap
This commit is contained in:
@ -39,6 +39,7 @@ export default defineConfig({
|
|||||||
build: {
|
build: {
|
||||||
outDir: "build",
|
outDir: "build",
|
||||||
commonjsOptions: { transformMixedEsModules: true },
|
commonjsOptions: { transformMixedEsModules: true },
|
||||||
|
sourcemap: true,
|
||||||
},
|
},
|
||||||
clearScreen: false,
|
clearScreen: false,
|
||||||
publicDir: appConfig.get("publicDir"),
|
publicDir: appConfig.get("publicDir"),
|
||||||
|
Reference in New Issue
Block a user