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:
Iván Sánchez Ortega 2019-02-20 17:31:32 +01:00 committed by Conduitry
parent d161c87a58
commit 8516c0ec3c

View file

@ -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