Skip to content

Commit

Permalink
do not package .babelrc
Browse files Browse the repository at this point in the history
Having this file in the dependency tree of my application breaks the build because it introduces config invalid for it (I am using Rollup with Babel). I don't think this file is necessary in the NPM package because the code is published already transpiled, so I think it's best to `.npmignore` it.
  • Loading branch information
msz committed Apr 20, 2018
1 parent 261f400 commit 8000cea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .npmignore
@@ -1,3 +1,4 @@
src/
.idea/
test/
test/
.babelrc

0 comments on commit 8000cea

Please sign in to comment.