2017-10-07 01:35:02 +00:00
|
|
|
{
|
2018-01-21 22:54:43 +00:00
|
|
|
"comments": true,
|
2018-02-03 21:48:25 +00:00
|
|
|
"plugins": [
|
|
|
|
"lodash",
|
2018-09-04 04:46:24 +00:00
|
|
|
"graphql-tag",
|
|
|
|
"@babel/plugin-syntax-dynamic-import",
|
|
|
|
"@babel/plugin-syntax-import-meta",
|
|
|
|
"@babel/plugin-proposal-class-properties",
|
|
|
|
"@babel/plugin-proposal-json-strings",
|
|
|
|
[
|
|
|
|
"@babel/plugin-proposal-decorators",
|
|
|
|
{
|
|
|
|
"legacy": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"@babel/plugin-proposal-function-sent",
|
|
|
|
"@babel/plugin-proposal-export-namespace-from",
|
|
|
|
"@babel/plugin-proposal-numeric-separator",
|
|
|
|
"@babel/plugin-proposal-throw-expressions"
|
2018-02-03 21:48:25 +00:00
|
|
|
],
|
2017-10-07 01:35:02 +00:00
|
|
|
"presets": [
|
2018-09-04 04:46:24 +00:00
|
|
|
[
|
2018-09-29 19:39:09 +00:00
|
|
|
"@babel/preset-env", {
|
2019-06-01 00:43:29 +00:00
|
|
|
"useBuiltIns": "entry",
|
|
|
|
"corejs": 3
|
2018-09-29 19:39:09 +00:00
|
|
|
}
|
2018-09-04 04:46:24 +00:00
|
|
|
]
|
2017-10-07 01:35:02 +00:00
|
|
|
]
|
|
|
|
}
|