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:
parent
d161c87a58
commit
8516c0ec3c
1 changed files with 0 additions and 4 deletions
|
@ -15,10 +15,6 @@ export default {
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
svelte({
|
svelte({
|
||||||
// opt in to v3 behaviour today
|
|
||||||
skipIntroByDefault: true,
|
|
||||||
nestedTransitions: true,
|
|
||||||
|
|
||||||
// enable run-time checks when not in production
|
// enable run-time checks when not in production
|
||||||
dev: !production,
|
dev: !production,
|
||||||
// we'll extract any component CSS out into
|
// we'll extract any component CSS out into
|
||||||
|
|
Loading…
Reference in a new issue