mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-04 20:41:30 +01:00
15 lines
191 B
JSON
15 lines
191 B
JSON
{
|
|
"presets": [
|
|
[
|
|
"next/babel",
|
|
{
|
|
"preset-env": {
|
|
"targets": {
|
|
"browsers": ">1%, not ie 11, not dead"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|