Skip to content

Commit 8516c0e

Browse files
IvanSanchezConduitry
authored andcommitted
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.
1 parent d161c87 commit 8516c0e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

rollup.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ export default {
1515
},
1616
plugins: [
1717
svelte({
18-
// opt in to v3 behaviour today
19-
skipIntroByDefault: true,
20-
nestedTransitions: true,
21-
2218
// enable run-time checks when not in production
2319
dev: !production,
2420
// we'll extract any component CSS out into

0 commit comments

Comments
 (0)