2017-10-24 12:33:14 +02:00
|
|
|
{
|
|
|
|
"env": {
|
|
|
|
"module": {
|
|
|
|
"presets": [
|
2017-10-24 12:46:16 +02:00
|
|
|
["env", {
|
|
|
|
"modules": false
|
|
|
|
}],
|
|
|
|
"react"
|
2017-10-24 12:33:14 +02:00
|
|
|
]
|
|
|
|
},
|
2017-10-24 12:46:16 +02:00
|
|
|
"main": {
|
|
|
|
"presets": ["env", "react"]
|
|
|
|
}
|
2017-10-24 12:33:14 +02:00
|
|
|
},
|
|
|
|
"plugins": [
|
2017-11-06 10:33:02 +01:00
|
|
|
"babel-plugin-transform-regenerator",
|
2017-10-24 12:33:14 +02:00
|
|
|
"babel-plugin-transform-object-rest-spread",
|
2017-10-24 12:46:16 +02:00
|
|
|
"babel-plugin-inline-import",
|
|
|
|
"babel-plugin-transform-class-properties",
|
|
|
|
"babel-plugin-transform-es2015-classes",
|
|
|
|
"babel-plugin-syntax-dynamic-import"
|
2017-10-24 12:33:14 +02:00
|
|
|
]
|
|
|
|
}
|