Force loading plugins/presets from the monorepo in tests (#13858)

This commit is contained in:
Nicolò Ribaudo
2021-10-18 14:03:50 +02:00
committed by GitHub
parent 513b00e60d
commit 780aa48d2a
5 changed files with 29 additions and 14 deletions

View File

@@ -1,13 +1,13 @@
{
"presets": [
[
"@babel/preset-env",
{
"shippedProposals": true,
"targets": {
"chrome": "75"
}
"presets": [
[
"env",
{
"shippedProposals": true,
"targets": {
"chrome": "75"
}
]
}
]
}
]
}