From 2faf546a2d96f307893be3679dad79202bdd8b44 Mon Sep 17 00:00:00 2001 From: Leo Selig Date: Fri, 31 Mar 2017 11:37:27 +0200 Subject: [PATCH] Do not publish `.babelrc` - adds `.babelrc` to `.npmignore` - this prevents the issue where projects that use `redux-multi` and `babel` would error because the transpiling of `redux-multi` would start and sometimes error (ref https://github.com/ashaffer/redux-multi/issues/8) --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index 85de9cf..5d4dcbd 100644 --- a/.npmignore +++ b/.npmignore @@ -1 +1,2 @@ src +/.babelrc