2016-06-29 10:27:04 +00:00
|
|
|
{
|
2019-03-19 17:50:16 +00:00
|
|
|
"presets": ["@babel/react", "@babel/flow"],
|
2018-05-15 10:39:53 +00:00
|
|
|
"plugins": [
|
2018-11-14 15:51:37 +00:00
|
|
|
"@babel/plugin-proposal-class-properties",
|
2018-11-11 15:58:29 +00:00
|
|
|
"@babel/plugin-proposal-do-expressions",
|
2018-09-10 15:09:25 +00:00
|
|
|
"@babel/plugin-proposal-optional-chaining",
|
2018-05-15 10:39:53 +00:00
|
|
|
"@babel/plugin-proposal-object-rest-spread",
|
2018-11-11 15:58:29 +00:00
|
|
|
"@babel/plugin-syntax-dynamic-import",
|
2018-05-15 10:39:53 +00:00
|
|
|
"react-hot-loader/babel",
|
2019-03-18 14:28:24 +00:00
|
|
|
["webpack-alias", { "config": "./source/webpack.dev.js" }],
|
|
|
|
[
|
|
|
|
"ramda",
|
|
|
|
{
|
|
|
|
"useES": true
|
|
|
|
}
|
2019-04-08 16:50:19 +00:00
|
|
|
],
|
|
|
|
"babel-plugin-styled-components"
|
2018-05-15 10:39:53 +00:00
|
|
|
]
|
2016-06-29 10:27:04 +00:00
|
|
|
}
|