revert config change

pull/12215/head
Rich Harris 2 years ago
parent 59f1ecfa9d
commit 4cb822c848

@ -6,7 +6,7 @@ export default defineConfig({
build: {
minify: false
},
plugins: [inspect(), svelte({ compilerOptions: { hmr: false }})],
plugins: [inspect(), svelte()],
optimizeDeps: {
// svelte is a local workspace package, optimizing it would require dev server restarts with --force for every change
exclude: ['svelte']

Loading…
Cancel
Save