mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Add corejs config to allow polyfilling of Symbol for IE11 (#17)
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"presets": [
|
||||
["@babel/env", {
|
||||
"targets": ["last 1 year", "ie 11", "firefox esr"]
|
||||
"targets": ["last 1 year", "ie 11", "firefox esr"],
|
||||
"useBuiltIns": "usage",
|
||||
"corejs": { "version": 3 }
|
||||
}]
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user