Skip to content
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

don't publish .babelrc to npm #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

VanCoding
Copy link

Hi @vn38minhtran, thanks for this cool library!

Can we maybe remove the .babelrc file from the npm package?
The reasons for this are:

  1. this is a file only needed at build-time. it's unnecessary at runtime.
  2. when using browserify to bundle an application and then using babelify on all modules, then it thinks that it has to transpile this module again, because there is a .babelrc file, and will fail.

What do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant