We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue is just a FYI, for others running into this, the actual issue can be tracked here: parcel-bundler/parcel#2820
When using immer with parcel, the following error occurs:
🚨 /home/michel/Dropbox/presentaties/parcel-bug/node_modules/immer/dist/immer.module.js:1065:113: Export 'original' is not defined (1065:113) 1063 | 1064 | export default produce; > 1065 | export { produce, setAutoFreeze, setUseProxies, applyPatches$1 as applyPatches, createDraft, finishDraft, Immer, original, isDraft, isDraftable, NOTHING as nothing, DRAFTABLE as immerable }; | ^ 1066 | 1067 |
Run yarn build on the repo linked below
yarn build
https://github.com/mweststrate/parcel-bug
The text was updated successfully, but these errors were encountered:
Closing, fixed by latest parcel version
Sorry, something went wrong.
No branches or pull requests
🐛 Bug Report
This issue is just a FYI, for others running into this, the actual issue can be tracked here: parcel-bundler/parcel#2820
When using immer with parcel, the following error occurs:
To Reproduce
Run
yarn build
on the repo linked belowExpected behavior
Link to repro (highly encouraged)
https://github.com/mweststrate/parcel-bug
The text was updated successfully, but these errors were encountered: