Explorar o código

feat: generate production source maps to assist debugging

Jun Siang Cheah hai 11 meses
pai
achega
3d1cc1e422
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      vite.config.ts

+ 3 - 0
vite.config.ts

@@ -20,6 +20,9 @@ export default defineConfig({
 	define: {
 		APP_VERSION: JSON.stringify(process.env.npm_package_version)
 	},
+	build: {
+		sourcemap: true
+	},
 	worker: {
 		format: 'es'
 	}