9 lines
269 B
Text
9 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"
|
|
]
|
|
}
|