mirror of
https://github.com/debug-js/debug.git
synced 2026-02-01 17:20:44 +00:00
14 lines
155 B
Plaintext
14 lines
155 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"chrome": "58",
|
|
"ie": "8"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|