mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add corejs config to allow polyfilling of Symbol for IE11 (#17)
This commit is contained in:
parent
f1ed04cc58
commit
1e1d493556
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
||||||
{
|
{
|
||||||
"presets": [
|
"presets": [
|
||||||
["@babel/env", {
|
["@babel/env", {
|
||||||
"targets": ["last 1 year", "ie 11", "firefox esr"]
|
"targets": ["last 1 year", "ie 11", "firefox esr"],
|
||||||
|
"useBuiltIns": "usage",
|
||||||
|
"corejs": { "version": 3 }
|
||||||
}]
|
}]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue