Skip to content

Commit

Permalink
fix(core): Allow referencing global idents even when it's injected
Browse files Browse the repository at this point in the history
  • Loading branch information
LongYinan committed Aug 14, 2020
1 parent c9ec326 commit dcf44e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ module.exports = {
return bindings.transformSync(source, path, Buffer.from(JSON.stringify(swcOptions)))
},

SWC_VERSION: '7204b10',
SWC_VERSION: 'e2e5f5e',
}

0 comments on commit dcf44e5

Please sign in to comment.