-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Release a v2 with new exports #7
Comments
Master does seem to work properly. For now, I am using ES and |
@bompus yep, that's why it needs to be a v2 release. |
@lukeed Any chance we can get this resolved? Would be much appreciated. |
sorry, not sure how/why the branch was left unsync'd fixed now -- [email protected] is now available |
Thanks! |
The v1.0.0 release causes issues with webpack because the commonjs & ESM modules don't export the same API.
hexoid
in [email protected] node-formidable/formidable#871I noticed that this has been fixed in master, but hasn't been published. Can this happen?
edit: Here's a minimal repro of the problem:
main.js
webpack.config.js
Steps:
Output:
The text was updated successfully, but these errors were encountered: