Skip to content

Commit

Permalink
Adding pipeline options to stage 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sdegutis committed Sep 13, 2021
1 parent b7b79b9 commit ab2ad82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/babel-standalone/src/preset-stage-2.ts
Expand Up @@ -7,6 +7,8 @@ export default (_: any, opts: any = {}) => {
useBuiltIns = false,
decoratorsLegacy = false,
decoratorsBeforeExport,
pipelineProposal = "minimal",
pipelineTopicToken = "%",
recordAndTupleSyntax = "hash",
} = opts;

Expand Down

0 comments on commit ab2ad82

Please sign in to comment.