Support store by default
This commit is contained in:
parent
ed48f89ed5
commit
8811853c17
1 changed files with 4 additions and 1 deletions
|
@ -24,6 +24,9 @@ export default {
|
||||||
css.write('public/bundle.css');
|
css.write('public/bundle.css');
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// enable https://svelte.technology/guide#state-management
|
||||||
|
store: true,
|
||||||
|
|
||||||
// this results in smaller CSS files
|
// this results in smaller CSS files
|
||||||
cascade: false
|
cascade: false
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in a new issue