Skip to content

Commit 29128d5

Browse files
committed
/app config cleanup lib rollup options
1 parent 3c98718 commit 29128d5

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

web-app/packages/app/vite.config.ts

+1-14
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,7 @@ export default defineConfig(({ mode }) => ({
3232
// include: [/node_modules/],
3333
// transformMixedEsModules: true
3434
// },
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-
}
35+
sourcemap: mode !== 'production'
4936
},
5037
optimizeDeps: {
5138
exclude: ['vue', '@mergin'],

0 commit comments

Comments
 (0)