Skip to content

Commit

Permalink
Update rollup.config.js for deprecated Sveltev3 options
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
IvanSanchez authored and Conduitry committed Feb 20, 2019
1 parent d161c87 commit 8516c0e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8516c0e

Please sign in to comment.