You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After reading the docs and trying almost every combination I cannot seem to find the ritual necessary to get parcel to polyfill nodeJS api for my intended ES module (browser context) output.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
After reading the docs and trying almost every combination I cannot seem to find the ritual necessary to get parcel to polyfill nodeJS api for my intended ES module (browser context) output.
after running
npx parcel build
when I import the resulting dist/module I get an exception regarding 'buffer' (yet buffer should be polyfilled)Am I missing something; why is the output build from this still having parts of it that are using non-polyfilled buffer?
Beta Was this translation helpful? Give feedback.
All reactions