2017-10-06 21:35:02 -04:00
|
|
|
{
|
2018-01-21 17:54:43 -05:00
|
|
|
"comments": true,
|
2018-02-03 16:48:25 -05:00
|
|
|
"plugins": [
|
|
|
|
"lodash",
|
2018-09-04 00:46:24 -04: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 16:48:25 -05:00
|
|
|
],
|
2017-10-06 21:35:02 -04:00
|
|
|
"presets": [
|
2018-09-04 00:46:24 -04:00
|
|
|
[
|
2018-09-29 15:39:09 -04:00
|
|
|
"@babel/preset-env", {
|
|
|
|
"useBuiltIns": "entry"
|
|
|
|
}
|
2018-09-04 00:46:24 -04:00
|
|
|
]
|
2017-10-06 21:35:02 -04:00
|
|
|
]
|
|
|
|
}
|