UNPKG
asura-js
Version:
latest (1.0.0)
1.0.0
ES6 develop tool library
github.com/ZhangTianCi/asura-js
ZhangTianCi/asura-js
asura-js
/
babel.config.js
11 lines
•
171 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
const
presets = [ [
"@babel/env"
, { targets: { edge:
"17"
, firefox:
"60"
, chrome:
"67"
, safari:
"11.1"
}, useBuiltIns:
"usage"
}] ];