Update rollup.config.js for deprecated Sveltev3 options
This removes some now deprecated options in Svelte - having these in a rollup config will make the build fail with a `(svelte plugin) Error: Unrecognized option 'skipIntroByDefault'` error.
This commit is contained in:
committed by
Conduitry
parent
d161c87a58
commit
8516c0ec3c
@@ -15,10 +15,6 @@ export default {
|
||||
},
|
||||
plugins: [
|
||||
svelte({
|
||||
// opt in to v3 behaviour today
|
||||
skipIntroByDefault: true,
|
||||
nestedTransitions: true,
|
||||
|
||||
// enable run-time checks when not in production
|
||||
dev: !production,
|
||||
// we'll extract any component CSS out into
|
||||
|
||||
Reference in New Issue
Block a user