From d57b7c478e3d1661afd4bf6499fdf60523304197 Mon Sep 17 00:00:00 2001 From: Iacami Gevaerd Date: Tue, 16 Jan 2018 18:49:59 -0200 Subject: [PATCH] Workaround storybook issue when dealing with a local preset file on babelrc (#70) --- .storybook/.babelrc | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .storybook/.babelrc diff --git a/.storybook/.babelrc b/.storybook/.babelrc new file mode 100755 index 0000000..3eeb33a --- /dev/null +++ b/.storybook/.babelrc @@ -0,0 +1,3 @@ +{ + "extends": "../.babelrc" +}