fix config, closes #211

This commit is contained in:
vcoppe
2025-05-08 14:16:07 +02:00
parent 4964928ac0
commit 71cccc5bdc
3 changed files with 211 additions and 164 deletions

View File

@@ -4,6 +4,9 @@ import { defineConfig } from 'vite';
import { nodePolyfills } from 'vite-plugin-node-polyfills';
export default defineConfig({
ssr: {
noExternal: ['gpx'],
},
plugins: [
nodePolyfills({
globals: {