2018-07-03 06:31:10 +00:00
|
|
|
{
|
2018-07-08 05:33:36 +00:00
|
|
|
"plugins": [
|
2018-08-15 02:14:29 +00:00
|
|
|
["@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",
|
|
|
|
["@babel/plugin-proposal-class-properties", { "loose": false }]
|
2018-07-08 05:33:36 +00:00
|
|
|
],
|
|
|
|
"presets": [
|
|
|
|
],
|
|
|
|
"ignore": [
|
|
|
|
"config/",
|
|
|
|
"node_modules"
|
|
|
|
]
|
2018-07-20 16:05:34 +00:00
|
|
|
}
|