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
Interop default imports are undefined because of function hoisting....
🐛 bug report In some cases, interop default imports are undefined because of function hoisting. 🤔 Expected Behavior Prints "y". 😯 Current Behavior Prints undefined (function () { function...
npm
parcel-bundler
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.
1 Reply
acorn221
acorn22113mo ago
btw this isn't urgent as I've fixed the problem now by using a different hashing library, I just thought it was the way I was using MUI
Want results from more Discord servers?
Add your server