We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c98718 commit 29128d5Copy full SHA for 29128d5
web-app/packages/app/vite.config.ts
@@ -32,20 +32,7 @@ export default defineConfig(({ mode }) => ({
32
// include: [/node_modules/],
33
// transformMixedEsModules: true
34
// },
35
- sourcemap: mode !== 'production',
36
- rollupOptions: {
37
- // make sure to externalize deps that shouldn't be bundled
38
- // into your library
39
- external: ['vue'],
40
- output: {
41
- exports: 'named',
42
- // Provide global variables to use in the UMD build
43
- // for externalized deps
44
- globals: {
45
- vue: 'Vue'
46
- }
47
48
+ sourcemap: mode !== 'production'
49
},
50
optimizeDeps: {
51
exclude: ['vue', '@mergin'],
0 commit comments