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