mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
13 lines
182 B
Text
13 lines
182 B
Text
|
{
|
||
|
"plugins": ["lodash", "angularjs-annotate"],
|
||
|
"presets": [
|
||
|
[
|
||
|
"@babel/preset-env",
|
||
|
{
|
||
|
"modules": false,
|
||
|
"useBuiltIns": "usage"
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|