Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #505 from flxwu/patch-1
Browse files Browse the repository at this point in the history
fix babelrc config template
  • Loading branch information
marvinhagemeister committed Aug 31, 2018
2 parents 10ef525 + 75fb23b commit 788506d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ All you have to do is tell babel to process jsx with 'h' and add an alias for `r
// Not necessary unless you consume a module using `createClass`
"create-react-class": "preact-compat/lib/create-react-class",
// Not necessary unless you consume a module requiring `react-dom-factories`
"react-dom-factories" "preact-compat/lib/react-dom-factories"
"react-dom-factories": "preact-compat/lib/react-dom-factories"
}
}]
],
Expand Down

0 comments on commit 788506d

Please sign in to comment.