10 lines
269 B
Text
10 lines
269 B
Text
|
{
|
||
|
"presets": ["@babel/react", "@babel/flow"],
|
||
|
"plugins": [
|
||
|
["@babel/plugin-proposal-decorators", { "decoratorsBeforeExport": true }],
|
||
|
"@babel/plugin-transform-flow-strip-types",
|
||
|
"@babel/plugin-proposal-class-properties",
|
||
|
"babel-plugin-add-module-exports"
|
||
|
]
|
||
|
}
|