From 4f96cfb53cc72b7ced9bd1083ec42c5124ca7486 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sun, 15 Aug 2021 19:17:02 -0700 Subject: [PATCH] Don't inject styles into head. --- rollup.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rollup.config.js b/rollup.config.js index 1b2c1315..5412ea58 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -22,6 +22,9 @@ const serveopts = { const plugins = [ styles({ modules: false, + // Behavior of inject mode, without actually injecting style + // into . + mode: ["inject", () => undefined], sass: { includePaths: ["./node_modules/"] }