Skip to content

Commit

Permalink
Update babel pipeline-operator variant from 'minimal' to 'hack'
Browse files Browse the repository at this point in the history
  • Loading branch information
caub authored Sep 22, 2021
1 parent 8d145aa commit 0be777c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/js-eval/babelPlugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exports.transformPlugins = [
'@babel/plugin-proposal-optional-catch-binding',
'@babel/plugin-proposal-optional-chaining',
'@babel/plugin-proposal-partial-application',
['@babel/plugin-proposal-pipeline-operator', { proposal: 'minimal' }],
['@babel/plugin-proposal-pipeline-operator', { proposal: 'hack' }],
'@babel/plugin-proposal-throw-expressions',
'@babel/plugin-proposal-dynamic-import',
'@babel/plugin-syntax-bigint',
Expand All @@ -44,7 +44,7 @@ exports.parserPlugins = [
'functionBind',
'functionSent',
'partialApplication',
['pipelineOperator', { proposal: 'minimal' }],
['pipelineOperator', { proposal: 'hack' }],
'privateIn',
['recordAndTuple', { syntaxType: 'hash' }],
'throwExpressions',
Expand Down

0 comments on commit 0be777c

Please sign in to comment.