mirror of
https://github.com/dessant/buster.git
synced 2024-11-13 19:10:34 +00:00
14 lines
201 B
Plaintext
14 lines
201 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/env",
|
|
{"useBuiltIns": "usage", "corejs": {"version": 3, "proposals": true}}
|
|
]
|
|
],
|
|
"env": {
|
|
"production": {
|
|
"plugins": ["lodash"]
|
|
}
|
|
}
|
|
}
|