Support store by default

This commit is contained in:
Rich Harris
2018-01-12 07:55:33 -05:00
committed by GitHub
parent ed48f89ed5
commit 8811853c17

View File

@@ -24,6 +24,9 @@ export default {
css.write('public/bundle.css');
},
// enable https://svelte.technology/guide#state-management
store: true,
// this results in smaller CSS files
cascade: false
}),