Skip to content

Commit 904505e

Browse files
chore(rollup): avoid injecting css into the head tag
1 parent 7917bc0 commit 904505e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rollup.config.base.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ const postcssOptions = {
1919
path.resolve('node_modules/@clappr/core/src/base/scss')
2020
]
2121
}]
22-
]
22+
],
23+
inject: false,
2324
}
2425

2526
const baseConfig = {

0 commit comments

Comments
 (0)