From 170cdb14a55f2002dcdcbd029dafb34b3d1c8221 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Sun, 12 Apr 2020 11:58:42 +0200 Subject: [PATCH] Try with direct CSS --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index a1f7e8d..09e52c4 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -67,7 +67,7 @@ export default { dev, preprocess, hydratable: true, - emitCss: true, + emitCss: false, // css: css => css.write('static/bundle.css') }), aliases,