Support babel-proposal-decorators options in babel preset #2974
Labels
feature request
intend to implement
The team has the intention to implement this feature at some point. Contribution is also welcome.
scope: babel
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 optiondecoratorsBeforeExport
.What does the proposed API look like?
@vue/babel-preset-app
support optiondecoratorsBeforeExport
for babel plugin@babel/plugin-proposal-decorators
.The text was updated successfully, but these errors were encountered: