Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Commit 863f8b6

Browse files
committed
README typo regarding React JSX support
1 parent c72965b commit 863f8b6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ To use React with JSX support set:
8181
SystemJS.config({
8282
meta: {
8383
'*.js': {
84-
react: true
84+
babelOptions: {
85+
react: true
86+
}
8587
}
8688
}
8789
});

0 commit comments

Comments
 (0)