From e5c42c416dbf397edcaeca37f5bb5baad71ccfed Mon Sep 17 00:00:00 2001 From: Yifeng Wang Date: Wed, 23 Aug 2017 07:57:47 +0800 Subject: [PATCH] Add .babelrc into .npmignore (#1020) --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index 6e46b5f06..55428cfb4 100644 --- a/.npmignore +++ b/.npmignore @@ -4,3 +4,4 @@ examples src test tmp +.babelrc