From 46ac55d2ed1e2e1b1bf86e87cccaedba13c47781 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 18 Jan 2018 15:02:27 -0500 Subject: [PATCH] Update rollup.config.js --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index 1bc11e5..01ff202 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -23,7 +23,7 @@ export default { css: css => { css.write('public/bundle.css'); }, - + // enable https://svelte.technology/guide#state-management store: true,