Skip to content
This repository has been archived by the owner on Feb 21, 2021. It is now read-only.

Question: Why is rollup-plugin-purgecss outputting js? #12

Open
ghost opened this issue Dec 19, 2019 · 0 comments
Open

Question: Why is rollup-plugin-purgecss outputting js? #12

ghost opened this issue Dec 19, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented Dec 19, 2019

Why does rollup-plugin-purgecss write js to the purged css files?
The purged css is wrapped in export default "...".

Expected result

/* main.css */

.div{background-color:black} ....

Actual behaviour

/* main.css */

export default ".div{background-color:black}...."

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants