feat: remove sourcemaps from production build, add to new development build

This commit is contained in:
Alphons Joseph
2025-03-17 08:15:04 +08:00
parent e32218bf07
commit e072b3f5c8
3 changed files with 88 additions and 1 deletions
-1
View File
@@ -75,7 +75,6 @@ export default defineConfig(({ command }) => ({
outDir: resolve(__dirname, 'dist', mode),
emptyOutDir: false,
minify: false,
sourcemap: "inline",
rollupOptions: {
input: {
settings: join(__dirname, 'src', 'interface', 'index.html'),