Skip to content

Commit

Permalink
map
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 31, 2025
1 parent 37ed67b commit 69ce16e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/experimetal-babel-react-compiler/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ const reactCompilerConfig = {
export function transform({ code, map }: { code: string; map?: string }) {
return innerTransform(code, {
plugins: [[reactCompilerPlugin, reactCompilerConfig]],
map,
});
}

0 comments on commit 69ce16e

Please sign in to comment.