We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce57a0 commit 5670bbfCopy full SHA for 5670bbf
rollup.config.js
@@ -30,6 +30,7 @@ const css = {
30
transform(input, id) {
31
if (id !== cssPath) return;
32
return {
33
+ moduleSideEffects: true,
34
code: `if (typeof document !== 'undefined') {
35
const style = document.createElement('style');
36
style.textContent = '${jsesc(new CleanCSS().minify(input).styles)}';
0 commit comments