Force loading plugins/presets from the monorepo in tests (#13858)
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"presets": [
|
||||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
"shippedProposals": true,
|
||||
"targets": {
|
||||
"chrome": "75"
|
||||
}
|
||||
"presets": [
|
||||
[
|
||||
"env",
|
||||
{
|
||||
"shippedProposals": true,
|
||||
"targets": {
|
||||
"chrome": "75"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user