Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown committed Feb 9, 2023
1 parent 24a5e99 commit 4f84220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-plugin/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default function (babel: *, options: *) {
return {
name: '@emotion',
// https://github.com/babel/babel/blob/0c97749e0fe8ad845b902e0b23a24b308b0bf05d/packages/babel-plugin-syntax-jsx/src/index.ts#L9-L18
manipulateOptions(opts, parserOpts) {
manipulateOptions(opts: *, parserOpts: *) {
const { plugins } = parserOpts

if (
Expand Down

0 comments on commit 4f84220

Please sign in to comment.