2016-06-15 12:07:12 -07:00
|
|
|
{
|
|
|
|
"presets": [
|
2018-11-09 16:39:56 -08:00
|
|
|
[
|
|
|
|
"env",
|
|
|
|
{
|
|
|
|
"modules": false
|
|
|
|
}
|
|
|
|
],
|
2017-09-11 18:11:45 -07:00
|
|
|
"react",
|
2016-06-15 12:07:12 -07:00
|
|
|
"stage-0"
|
2018-01-26 13:55:29 -05:00
|
|
|
],
|
2018-03-03 18:57:23 -05:00
|
|
|
"plugins": ["external-helpers"],
|
2018-01-26 13:55:29 -05:00
|
|
|
"env": {
|
2018-02-21 20:19:56 -05:00
|
|
|
"webpack": {
|
|
|
|
"presets": [
|
2018-11-09 16:39:56 -08:00
|
|
|
[
|
|
|
|
"env",
|
|
|
|
{
|
|
|
|
"modules": false
|
|
|
|
}
|
|
|
|
],
|
2018-02-21 20:19:56 -05:00
|
|
|
"react",
|
|
|
|
"stage-0"
|
|
|
|
],
|
2018-11-09 16:39:56 -08:00
|
|
|
"plugins": ["transform-runtime", "react-hot-loader/babel"]
|
2018-02-21 20:19:56 -05:00
|
|
|
},
|
2018-01-26 13:55:29 -05:00
|
|
|
"test": {
|
2018-02-02 18:46:36 -05:00
|
|
|
"presets": [
|
2018-11-09 16:39:56 -08:00
|
|
|
[
|
|
|
|
"env",
|
|
|
|
{
|
|
|
|
"exclude": ["transform-regenerator"]
|
|
|
|
}
|
|
|
|
],
|
2018-07-19 16:01:55 -04:00
|
|
|
"react",
|
|
|
|
"stage-0"
|
|
|
|
],
|
2018-08-06 13:31:42 -04:00
|
|
|
"plugins": [
|
|
|
|
"transform-runtime",
|
2018-11-09 16:39:56 -08:00
|
|
|
[
|
|
|
|
"module-resolver",
|
|
|
|
{
|
|
|
|
"alias": {
|
|
|
|
"^(slate.*)": "./packages/\\1/src"
|
|
|
|
}
|
2018-08-06 13:31:42 -04:00
|
|
|
}
|
2018-11-09 16:39:56 -08:00
|
|
|
]
|
2018-08-06 13:31:42 -04:00
|
|
|
]
|
2018-07-19 16:01:55 -04:00
|
|
|
},
|
|
|
|
"benchmark": {
|
|
|
|
"presets": [
|
2018-11-09 16:39:56 -08:00
|
|
|
[
|
|
|
|
"env",
|
|
|
|
{
|
|
|
|
"exclude": ["transform-regenerator"]
|
|
|
|
}
|
|
|
|
],
|
2018-02-02 18:46:36 -05:00
|
|
|
"react",
|
|
|
|
"stage-0"
|
|
|
|
],
|
2018-01-26 13:55:29 -05:00
|
|
|
"plugins": ["transform-runtime"]
|
|
|
|
}
|
|
|
|
}
|
2016-06-15 12:07:12 -07:00
|
|
|
}
|