mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 15:43:25 +00:00
fix config, closes #211
This commit is contained in:
@@ -4,6 +4,9 @@ import { defineConfig } from 'vite';
|
||||
import { nodePolyfills } from 'vite-plugin-node-polyfills';
|
||||
|
||||
export default defineConfig({
|
||||
ssr: {
|
||||
noExternal: ['gpx'],
|
||||
},
|
||||
plugins: [
|
||||
nodePolyfills({
|
||||
globals: {
|
||||
|
Reference in New Issue
Block a user