-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
After setup using the f7 cli with svelte, the vite config displays
rollupOptions: {
treeshake: false,
},:
Can I safely set this it true
?
export default {
plugins: [
svelte(),
],
root: SRC_DIR,
base: '',
publicDir: PUBLIC_DIR,
build: {
outDir: BUILD_DIR,
assetsInlineLimit: 0,
emptyOutDir: true,
rollupOptions: {
treeshake: false,
},
},
resolve: {
alias: {
'@': SRC_DIR,
},
},
server: {
host: true,
},
};
Metadata
Metadata
Assignees
Labels
No labels