3 changed files with 4302 additions and 144 deletions
@ -0,0 +1,12 @@
|
||||
module.exports = { |
||||
presets: [ |
||||
[ |
||||
'@babel/preset-env', |
||||
{ |
||||
targets: { |
||||
node: 'current', |
||||
}, |
||||
}, |
||||
], |
||||
], |
||||
}; |
||||
Loading…
Reference in new issue