Skip to content

Commit 558c3a4

Browse files
committed
Update README.md
1 parent d5f4be6 commit 558c3a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# react-babel
22

3-
Testing [requirejs-babel](https://github.com/philix/jsx-requirejs-plugin)
3+
Testing [requirejs-babel](https://github.com/mikach/requirejs-babel).
44

55
The project uses two plugins for React & JSX
6+
7+
* [jsx_requirejs_plugin](https://github.com/philix/jsx-requirejs-plugin) - based on JSXTransformer
8+
* [requirejs-babel](https://github.com/mikach/requirejs-babel) - based on [Babel](http://babeljs.io/)
69

7-
* [jsx_requirejs_plugin](https://github.com/philix/jsx-requirejs-plugin) - based on JSXTransformer
8-
* [requirejs-babel](https://github.com/philix/jsx-requirejs-plugin) - based on [Babel](http://babeljs.io/)
9-
10-
The fist one is working fine. The second one is not working. `require('es6!app/components/App')`
10+
The fist one is working fine. The second one is not working. `require('es6!app/components/App')`
1111
is returning an empty object.
1212

1313
index.js:

0 commit comments

Comments
 (0)