Parcel-bundler issues

https://github.com/parcel-bundler/parcel/issues/5557
I'm pretty sure I'm running into some error like this github issue, my console from a cs webpage says "Uncaught TypeError: (0 , $parcel$interopDefault(...)) is not a function" when I try and use a hash function from 'imurmurhash' and it's been a pain to debug as my dev build runs fine, it's only the output dist (even with the --no-minify flag) that has errors!

Parcel-bundler (v1) is depreciated in favour of the other parcel package (v2) https://www.npmjs.com/package/parcel-bundler

Is the long term plan to stick with the parcel bundler implementation, or to move to the implementation to parcel v2?
GitHub
🐛 bug report In some cases, interop default imports are undefined because of function hoisting. 🤔 Expected Behavior Prints "y". 😯 Current Behavior Prints undefined (function () { function...
Interop default imports are undefined because of function hoisting....
npm
Blazing fast, zero configuration web application bundler. Latest version: 1.12.5, last published: 2 years ago. Start using parcel-bundler in your project by running npm i parcel-bundler. There are 531 other projects in the npm registry using parcel-bundler.
parcel-bundler
Was this page helpful?