Simon Stranks
Simon Stranks
I had the same issue, using Parcel 2.0.0beta2. The icons in the top banner did not render, yet they appear to be there if you inspect the page (image attached)....
I'm seeing this message even after running 'pnpm dlx update-browserslist-db@latest' in my project.
Looking at 'rc-config-loader' I found this post on their repo: [rc-config-loader Issue: Support ESM](https://github.com/azu/rc-config-loader/issues/22) "rc-config-loader treat JS as CommonJS." - azu
The base-url replacer code needs to be reworked so it checks for the existence of a valid dependency first and aborts if one exists.
> The issue is that it fails to differentiate a local import with a package import. Local imports always start with a prefix (either a path `./` or an alias...