Skip to content

Commit

Permalink
Using Hack pipe syntax that made it to Stage 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sdegutis committed Sep 13, 2021
1 parent ab2ad82 commit 190bd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-standalone/src/preset-stage-2.ts
Expand Up @@ -7,7 +7,7 @@ export default (_: any, opts: any = {}) => {
useBuiltIns = false,
decoratorsLegacy = false,
decoratorsBeforeExport,
pipelineProposal = "minimal",
pipelineProposal = "hack",
pipelineTopicToken = "%",
recordAndTupleSyntax = "hash",
} = opts;
Expand Down

0 comments on commit 190bd23

Please sign in to comment.