Skip to content

Commit f1ee8b4

Browse files
author
Amin Mahboubi
authored
Merge pull request #534 from GetStream/fix/fix-rollup-style-bunde
Fix rollup css bundle
2 parents a2f62c5 + 6b78ef7 commit f1ee8b4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

rollup.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,14 @@ const styleBundle = {
2323
cache: false,
2424
watch: {
2525
chokidar: false,
26+
include: 'src/styles/',
2627
},
28+
output: [
29+
{
30+
dir: 'dist/css',
31+
format: 'es',
32+
},
33+
],
2734
plugins: [
2835
scss({
2936
output: pkg.style,

0 commit comments

Comments
 (0)