-
Hi! I'm working on a plugin for a headless CMS that we use - it expects a single |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Importing in inline scripts inlines the whole thing: <script>
import "./index.js";
</script> |
Beta Was this translation helpful? Give feedback.
-
@mischnic Thanks! Seems pretty obvious when I look at it ;) Just a note to others and my future self: if you import any CSS file in JS, Parcel will generate a CSS file and add a |
Beta Was this translation helpful? Give feedback.
Importing in inline scripts inlines the whole thing: