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