rsnext/examples/with-kea/.babelrc

9 lines
122 B
Text
Raw Normal View History

2017-11-13 12:21:11 +01:00
{
"presets": [
"next/babel"
],
"plugins": [
["@babel/plugin-proposal-decorators", { "legacy": true }]
2017-11-13 12:21:11 +01:00
]
}