react-notifications icon indicating copy to clipboard operation
react-notifications copied to clipboard

don't publish .babelrc to npm

Open VanCoding opened this issue 9 years ago • 0 comments

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?

VanCoding avatar Sep 14 '16 14:09 VanCoding