From ca99edb4f030bb052de32fbf6290218f3fab721f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Gonz=C3=A1lez?= Date: Tue, 29 Aug 2023 13:02:36 +0200 Subject: [PATCH] fileName option added to scss plugin --- rollup.example.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.example.config.mjs b/rollup.example.config.mjs index 28a4afc..e5224c4 100644 --- a/rollup.example.config.mjs +++ b/rollup.example.config.mjs @@ -22,7 +22,7 @@ export default { plugins: [ resolve(), commonjs(), - scss({ outputStyle: isProd ? 'compressed' : 'expanded' }), + scss({ outputStyle: isProd ? 'compressed' : 'expanded', fileName: 'index.css' }), typescript({ tsconfigOverride: { compilerOptions: { declaration: false } } }), isProd && terser(), license({