aboutsummaryrefslogtreecommitdiffstats
path: root/.babelrc
diff options
context:
space:
mode:
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc23
1 files changed, 0 insertions, 23 deletions
diff --git a/.babelrc b/.babelrc
deleted file mode 100644
index cfa759dd9..000000000
--- a/.babelrc
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "presets": [
- [
- "env",
- {
- "targets": {
- "browsers": [
- ">0.25%",
- "not ie 11",
- "not op_mini all"
- ]
- }
- }
- ],
- "react",
- "stage-0"
- ],
- "plugins": [
- "transform-runtime",
- "transform-async-to-generator",
- "transform-class-properties"
- ]
-} \ No newline at end of file