From 8516c0ec3ca1e0003571d4acd14c72e3dc9682a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20S=C3=A1nchez=20Ortega?= Date: Wed, 20 Feb 2019 17:31:32 +0100 Subject: [PATCH] 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. --- rollup.config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rollup.config.js b/rollup.config.js index d9aa427..0c83c8b 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -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