We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508a365 commit 7d41c02Copy full SHA for 7d41c02
README.md
@@ -1,5 +1,5 @@
1
-Babel Plugin
2
-===
+# Babel Plugin for RequireJS
+
3
4
A [Babel](https://babeljs.io/) loader plugin for [RequireJS](http://requirejs.org).
5
@@ -10,8 +10,8 @@ Installation
10
npm install hipertracker/requirejs-babel
11
```
12
13
-Usage
14
----
+## Usage
15
16
Add the paths and shim to configuration:
17
@@ -46,3 +46,7 @@ or plain old AMD syntax:
46
<script src="./requirejs-config.js"></script>
47
<script src="./vendor/requirejs/require.js" data-main="es6!./src/main" ></script>
48
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