Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GDGToulouse/devfest-theme-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc8
1 files changed, 6 insertions, 2 deletions
diff --git a/.babelrc b/.babelrc
index 4b47fcb..3fd2935 100644
--- a/.babelrc
+++ b/.babelrc
@@ -3,8 +3,12 @@
[
"@babel/env",
{
- "useBuiltIns": "entry"
+ "useBuiltIns": "entry",
+ "corejs": {
+ "version": 3,
+ "proposals": true
+ }
}
]
]
-} \ No newline at end of file
+}