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
Uncaught TypeError: Cannot read properties of undefined (reading 'exports')
at Object.<anonymous> (:3000/index.8ed8d0c5.js:37:1858)
at i (:3000/index.8ed8d0c5.js:1:455)
at Object.<anonymous> (:3000/index.8ed8d0c5.js:36:706183)
at i (:3000/index.8ed8d0c5.js:1:455)
at Object.<anonymous> (:3000/index.8ed8d0c5.js:36:699702)
at i (:3000/index.8ed8d0c5.js:1:455)
at Object.<anonymous> (:3000/index.8ed8d0c5.js:36:622197)
at i (:3000/index.8ed8d0c5.js:1:455)
at Object.<anonymous> (:3000/index.8ed8d0c5.js:36:620491)
at i (:3000/index.8ed8d0c5.js:1:455)
I am trying to add something to a dapp (iKeen Finance), the issue causes the entire front-end to blank out and show nothing. This only started happening a day ago.
This bug is stalling the development of the frontend.
🐛 bug report
I am using a library that depends on crc-32, and it hoists crc-32 even though it makes a dynamic export.
🎛 Configuration (.babelrc, package.json, cli command)
Config is all default.
🤔 Expected Behavior
crc-32 should not be scope hoisted.
😯 Current Behavior
crc-32 is scope hoisted.
line 10. factory(exports) is causing it
💁 Possible Solution
Not sure.
🔦 Context
I am trying to add something to a dapp (iKeen Finance), the issue causes the entire front-end to blank out and show nothing. This only started happening a day ago.
This bug is stalling the development of the frontend.
💻 Code Sample
https://github.com/ikeenfi/ikeen-frontend
🌍 Your Environment
I believe it might be a regression from a previous Parcel version, but I'm not sure.
The text was updated successfully, but these errors were encountered: