Skip to content

Commit

Permalink
Chore: remove unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinyaigeek committed Dec 11, 2021
1 parent ad85ca2 commit dc89141
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/transformers/js/src/JSTransformer.js
Expand Up @@ -189,7 +189,6 @@ export default (new Transformer({
if (pkg?.alias && pkg.alias['react']) {
// e.g.: `{ alias: { "react": "preact/compat" } }`
reactLib = convertAliasReactIntoPragma(pkg.alias['react']);
// reactLib = 'react'
} else {
// Find a dependency that we can map to a JSX pragma
reactLib = Object.keys(JSX_PRAGMA).find(
Expand Down

0 comments on commit dc89141

Please sign in to comment.