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