build: include debug symbols & sourcemaps in unstable builds

should help with debugging.
This commit is contained in:
Harvey Tindall
2023-06-26 23:48:16 +01:00
parent b5c80e9d27
commit f72960635d
5 changed files with 208 additions and 193 deletions
+1 -1
View File
@@ -41,6 +41,6 @@
"live-server": "^1.2.2"
},
"optionalDependencies": {
"esbuild": "^0.18.6"
"esbuild": "^0.18.10"
}
}