setting up a framework using parcel #4644
Unanswered
romellogoodman
asked this question in
General
Replies: 1 comment
-
Alternatively, even if script.js was injected into the head of the html file that would be fine. I would just like for it to be included in the bundle and for the bundle to reload when script.js changes |
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
-
Hey! So im trying to set up a framework with parcel as the bundler and am having trouble. The framework should take a user's file, a js file, and add it to thee frameworks bundle. Ideally something like this:
and then framework would spit out html + js that is bundled with script.js in it. I've tried using assets and plugins but its unclear what the correct way to solve this is. Any help is appreciated
Beta Was this translation helpful? Give feedback.
All reactions