Replies: 1 comment
-
Same for me.. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m creating a transformer plugin where I'm adding additional dependencies using
asset.addURLdepenency
withisLibrary
set to true, but I'm encountering an issue with the ESM output generation.The generated js file has an import statement for the css module, which breaks my static server:
import "./styles.css"
Is there any way to configure parcel or the css plugin to use a different method? Either stringify the contents or use link tags?
Beta Was this translation helpful? Give feedback.
All reactions