mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-02-04 06:22:59 -05:00
14 lines
235 B
Plaintext
14 lines
235 B
Plaintext
{
|
|
"presets": [
|
|
["@babel/preset-env", {
|
|
"modules": "amd",
|
|
"targets": {
|
|
"browsers": ["> 1%", "last 2 versions", "not ie <= 10"]
|
|
}
|
|
}]
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-transform-modules-amd"
|
|
]
|
|
}
|