summaryrefslogtreecommitdiff
path: root/2obj/babel.config.js
diff options
context:
space:
mode:
Diffstat (limited to '2obj/babel.config.js')
-rw-r--r--2obj/babel.config.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/2obj/babel.config.js b/2obj/babel.config.js
new file mode 100644
index 0000000..ae49d86
--- /dev/null
+++ b/2obj/babel.config.js
@@ -0,0 +1,7 @@
+module.exports = {
+ presets: [
+ [ '@babel/env', {
+ useBuiltIns: 'usage'
+ }]
+ ]
+}