2017-08-25 06:28:44 +00:00
|
|
|
{
|
|
|
|
"presets": [
|
|
|
|
["babel-preset-env", {
|
2017-08-25 21:35:33 +00:00
|
|
|
"targets": {
|
2017-08-25 23:53:56 +00:00
|
|
|
"node": true,
|
2017-08-25 21:35:33 +00:00
|
|
|
"uglify": false
|
2017-08-28 22:44:56 +00:00
|
|
|
}
|
2017-08-25 21:35:33 +00:00
|
|
|
}]
|
2017-08-25 06:28:44 +00:00
|
|
|
],
|
|
|
|
"plugins": [
|
2017-08-25 21:35:33 +00:00
|
|
|
"babel-plugin-transform-class-properties",
|
2017-08-28 22:44:56 +00:00
|
|
|
"babel-plugin-transform-runtime",
|
|
|
|
"babel-plugin-dynamic-import-node"
|
2017-08-25 06:28:44 +00:00
|
|
|
]
|
|
|
|
}
|