Skip to content

Commit ba611e1

Browse files
committed
docs(readme): fix typo
1 parent 83eb77b commit ba611e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = {
3333
// babel-loader, swc-loader, esbuild-loader, or anything you like to transpile JSX should go here.
3434
// If you are using rspack, the rspack's buiilt-in react transformation is sufficient.
3535
// { loader: 'swc-loader' },
36-
// Now add forgetti-loader
36+
// Now add reactCompilerLoader
3737
{
3838
loader: reactCompilerLoader,
3939
options: defineReactCompilerLoaderOption({

0 commit comments

Comments
 (0)