update deps, opt in to v3 behaviour

This commit is contained in:
Rich Harris
2018-05-13 20:20:51 -04:00
parent 4e9b3cb256
commit c061c3c4e9
2 changed files with 8 additions and 4 deletions

View File

@@ -16,6 +16,10 @@ 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