Replies: 1 comment 3 replies
-
Combining multiple script tags into a single output bundle isn't easily possible right now. A |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to bundle a bunch of classic scripts using Parcel?
I am dealing with a bunch of scripts that are being distributed as IIFE's with no way to access module source. I would like to combine them into a single script that I can host myself:
Something like:
into:
As you can see above in my specific case I wish to bundle Docsify and its plugins into a single file that I can self host....
Beta Was this translation helpful? Give feedback.
All reactions