16 lines
322 B
Plaintext
16 lines
322 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
["babel-preset-env", {
|
||
|
"targets": {
|
||
|
"node": true,
|
||
|
"uglify": false
|
||
|
}
|
||
|
}]
|
||
|
],
|
||
|
"plugins": [
|
||
|
"babel-plugin-transform-class-properties",
|
||
|
"babel-plugin-transform-runtime",
|
||
|
"babel-plugin-transform-object-rest-spread",
|
||
|
"babel-plugin-dynamic-import-node"
|
||
|
]
|
||
|
}
|