diff --git a/rollup.config.js b/rollup.config.js index 40d50edd3e..fddb2e5712 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -23,7 +23,14 @@ const styleBundle = { cache: false, watch: { chokidar: false, + include: 'src/styles/', }, + output: [ + { + dir: 'dist/css', + format: 'es', + }, + ], plugins: [ scss({ output: pkg.style,