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

Commit 65ed9e4

Browse files
committed
note that Traceur runtime is optional
1 parent af6828e commit 65ed9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ A basic example of using this extension with a build would be the following:
179179
traceur --out app-build.js app/app.js --modules=instantiate
180180
```
181181

182-
2. Load `traceur-runtime.js` (included in the `bin` folder when installing Traceur through Bower or npm), `es6-module-loader.js` and then apply the register extension before doing the import or loading the bundle as a script:
182+
2. If using additional ES6 features apart from modules syntax, load `traceur-runtime.js` (included in the `bin` folder when installing Traceur through Bower or npm). Then include `es6-module-loader.js` and then apply the register extension before doing the import or loading the bundle as a script:
183183

184184
```html
185185
<script src="traceur-runtime.js"></script>

0 commit comments

Comments
 (0)