xref
: /
plugin
/
structsection
/
.babelrc
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
{
2
"presets": [
3
["env", {
4
"targets": {
5
"browsers": ["ie 11"]
6
}
7
}]
8
]
9
}
10