From 9c67a56a52e9c37f2d747f0c72c3ddf2d8e3b698 Mon Sep 17 00:00:00 2001 From: Infant Frontender Date: Fri, 26 Oct 2018 11:31:00 +0300 Subject: [PATCH] Change file name --- .babelrc => babel.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .babelrc => babel.config.js (95%) diff --git a/.babelrc b/babel.config.js similarity index 95% rename from .babelrc rename to babel.config.js index e197575..8aa924d 100644 --- a/.babelrc +++ b/babel.config.js @@ -1,3 +1,3 @@ -{ - "presets": ["@babel/preset-env"] +{ + "presets": ["@babel/preset-env"] } \ No newline at end of file