Skip to content

Commit 7d41c02

Browse files
committed
Update README.md
1 parent 508a365 commit 7d41c02

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Babel Plugin
2-
===
1+
# Babel Plugin for RequireJS
2+
33

44
A [Babel](https://babeljs.io/) loader plugin for [RequireJS](http://requirejs.org).
55

@@ -10,8 +10,8 @@ Installation
1010
npm install hipertracker/requirejs-babel
1111
```
1212

13-
Usage
14-
---
13+
## Usage
14+
1515

1616
Add the paths and shim to configuration:
1717

@@ -46,3 +46,7 @@ or plain old AMD syntax:
4646
<script src="./requirejs-config.js"></script>
4747
<script src="./vendor/requirejs/require.js" data-main="es6!./src/main" ></script>
4848
```
49+
50+
## Example of React & RequireJS & Babel with ES6+
51+
52+
* [https://github.com/hipertracker/react-requirejs-boilerplate](https://github.com/hipertracker/react-requirejs-boilerplate)

0 commit comments

Comments
 (0)