Skip to content

Commit

Permalink
Fix missing transformSync function name (#15055)
Browse files Browse the repository at this point in the history
  • Loading branch information
lomirus committed Oct 18, 2022
1 parent 9a0c496 commit 061d5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-standalone/examples/example.htm
Expand Up @@ -25,7 +25,7 @@

function transform() {
try {
outputEl.innerHTML = Babel.transformSync(inputEl.value, {
outputEl.innerHTML = Babel.transform(inputEl.value, {
presets: [
"es2015",
"react",
Expand Down

0 comments on commit 061d5a3

Please sign in to comment.