From 82319d597faf466e8a206bf96f4d0ce422a22db1 Mon Sep 17 00:00:00 2001 From: Brian Sayler Date: Wed, 30 Sep 2020 12:53:34 -0600 Subject: [PATCH] emit css in modern build only --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index 9aaa40c8..9fb98474 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -28,7 +28,7 @@ export default { svelte({ dev, hydratable: true, - emitCss: true + emitCss: !legacy }), resolve({ browser: true,