Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxingbaoyu committed Feb 19, 2023
1 parent 44aa177 commit 2a8d361
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/babel-standalone/src/preset-stage-3.ts
Expand Up @@ -13,6 +13,13 @@ export default (_: any, opts: any = {}) => {
babelPlugins.syntaxImportAssertions,
babelPlugins.proposalUnicodeSetsRegex,
babelPlugins.proposalDuplicateNamedCapturingGroupsRegex,
[
babelPlugins.proposalDecorators,
{
version: decoratorsLegacy ? "legacy" : decoratorsVersion,
decoratorsBeforeExport,
},
],
babelPlugins.proposalRegexpModifiers,
];

Expand Down

0 comments on commit 2a8d361

Please sign in to comment.