When importing anything from a library, parcel build process panicks without any clues why. When building using vite bundler, it works.
I also created a minimal repo where this happens
Successful build, or if issue is within a library, more informative error logs
π― Current Behavior
Crash with following message:
thread '<unnamed>' panicked at src\values\color.rs:3225:12:
internal error: entered unreachable code
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
π bug report
When importing anything from a library, parcel build process panicks without any clues why. When building using vite bundler, it works. I also created a minimal repo where this happens
π Configuration (.babelrc, package.json, cli command)
π€ Expected Behavior
Successful build, or if issue is within a library, more informative error logs
π― Current Behavior
Crash with following message:
π Possible Solution
π¦ Context
I was trying to build the project
π» Code Sample
π Your Environment