Fix parcel buffer install when building prod#1517
Conversation
|
@goosewobbler it seems like parcel has some sort of trigger where it sees that otherwise I think this is a fine workaround for the time being |
|
I'm not sure that is what's happening, let alone why - how did you verify that? I tried removing all references to process in the renderer and that did nothing. |
didnt verify it just saw it mentioned in a few places, thought it might be good to understand why this is happening, but either way I think going w. this fix is fine for now. |
Parcel is still complaining about
buffernot being installed when building prod even though we removed it from the renderer builds. I think this is related to the below issue:parcel-bundler/parcel#7697
I checked all dependency usage of
buffervianpm ls bufferand all of the imports for deps which have a dependency onbufferare in the main process. However, setting the alias to "buffer" instead of false does fix the issue without breaking the build.