We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ff67ce + a8874b4 commit a850d30Copy full SHA for a850d30
apps/gateway/vite.config.ts
@@ -9,9 +9,6 @@ export default defineConfig(({ mode }) => ({
9
build: {
10
chunkSizeWarningLimit: 1000,
11
emptyOutDir: false,
12
- rollupOptions: {
13
- external: ['esbuild']
14
- },
15
sourcemap: true,
16
target: 'es2022'
17
},
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "opendatacapture",
3
"type": "module",
4
- "version": "1.13.3",
+ "version": "1.13.4",
5
"private": true,
6
"packageManager": "pnpm@10.7.0",
7
"license": "Apache-2.0",
0 commit comments