update deps, opt in to v3 behaviour
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user