diff --git a/.babelrc b/babel.config.json similarity index 82% rename from .babelrc rename to babel.config.json index a61e5d8..7c90d35 100644 --- a/.babelrc +++ b/babel.config.json @@ -7,5 +7,6 @@ ], "comments": false, "compact": true, - "sourceMaps": true + "sourceMaps": true, + "ignore": ["index.bundle.ts"] }