What is the recommended way to have a node module added to the bundle WITHOUT it being processed? #4679
Unanswered
endafarrell
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a (corporate, sorry I can't share) module that probably is doing something odd (the downloaded module does not have a /src folder, but it does have an already preprocessed by its own builder
bin
folder) and this oddness currently seems to break parcel's bundling.What I would like is a mechanism to tell parcel to add the module to the bundle but to not process it. Does this already exist?
Beta Was this translation helpful? Give feedback.
All reactions