-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please publish a ESM package #20
Comments
Please post reproduction steps. Webpack 5 works fine for me. I need you to give me a setup / test repo that I can run and have it give me the same error. |
It's an emberjs project using embroider and webpack: if you think it can be useful anyway I will create a repo with a sample |
That would be useful. I need to verify the issue in order to try and fix it. |
Done, here are the instructions to reproduce:
A couple notes:
Feel free to ask for any details, thanks |
I'm trying to develop an ember application importing bitcoinjs-lib that in turn imports this library (ecpair).
The problem is that the current release of WebPack 5 is unable to transpile ecpair with the following error:
and I was unable to find any way to fix the problem.
Is it possible to have a release supporting ESM packaging and "moduleResolution": "Bundler" ?
The text was updated successfully, but these errors were encountered: