Vaughan Rouesnel
Vaughan Rouesnel
I would guess this is a big blocker for a lot of people. All my Node.js packages are using `#imports` so I can't try out Bun yet.
@Jarred-Sumner Doesn't seem to work in 0.2.2.
I couldn't get any `#src/index.js` imports to work. ``` error: Could not resolve: "#src/index.js". Maybe you need to "bun install"? import index from '#src/index.js' ``` ``` "imports": { "#src/*": {...
Canary just upgraded to 0.2.3 now...the command didn't upgrade earlier...rechecking. --- EDIT: Everything I try doesn't seem to work still...
FYI: Hardware counters in WSL2 just landed: https://github.com/microsoft/WSL/issues/4678#issuecomment-1318579235
Does it work on Apple Intel via virtualization? EDIT: Seems not https://github.com/rr-debugger/rr/issues/2897#issuecomment-893349129 And should it work on Intel Bootcamp with WSL 2?
Me neither. There doesn't seem to be the ability to add a `type: 'image'` to source either.
The issue seems to arise when using `{devtool: 'inline-cheap-source-map'}`. When turning it off it works fine. Closing - could not reproduce in bare config.
Was able to reproduce. When using `webpack-extension-reloader` and `{devtool: 'inline-cheap-source-map'}`, this error always shows.
The fix seems to be to simply upgrade to `[email protected]`. Maybe we could have a separate branch for this.