-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Unexpectedly Large Package Build #1
Comments
Another clue, when I build my project, it says: Removing |
That's pretty weird considering the actual code is |
Yeah, I wanted to be more helpful and open a PR w/ a fix, but I've not actually bundled a library with rollup before. Hope it's an easy fix, this is a great lib ;) |
Fixed by #2 |
Will you be pushing a new version to NPM? |
Published fix in
|
Are you submitting a bug report or a feature request?
Bug report
What is the current behavior?
The distributed builds are huge, for example, the
react-final-form-html5-validation.es.js
is 670kb. It also contains references to things like__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner
which doesn't seem right.What is the expected behavior?
This looks like a small library, the build should also be small.
Sandbox Link
What's your environment?
final-form: ^4.8.3
react-final-form-html5-validation: 1.0.0
Other information
The text was updated successfully, but these errors were encountered: