Closed
Description
What problem does this feature solve?
Babel 7.1.x is released, which is support the new stage-2 decorators. The plugin @babel/plugin-proposal-decorators
now has one more option decoratorsBeforeExport
.
What does the proposed API look like?
@vue/babel-preset-app
support option decoratorsBeforeExport
for babel plugin @babel/plugin-proposal-decorators
.