Update rollup.config.js

This commit is contained in:
Rich Harris 2018-01-18 15:02:27 -05:00 committed by GitHub
parent 8811853c17
commit 46ac55d2ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ export default {
css: css => { css: css => {
css.write('public/bundle.css'); css.write('public/bundle.css');
}, },
// enable https://svelte.technology/guide#state-management // enable https://svelte.technology/guide#state-management
store: true, store: true,