react-notifications
react-notifications copied to clipboard
don't publish .babelrc to npm
Hi @vn38minhtran, thanks for this cool library!
Can we maybe remove the .babelrc file from the npm package?
The reasons for this are:
- this is a file only needed at build-time. it's unnecessary at runtime.
- 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
.babelrcfile, and will fail.
What do you think?