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

Commit fa91915

Browse files
committed
v0.17.0
1 parent 17b3bc3 commit fa91915

11 files changed

+898
-2624
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ For an example of a universal module loader based on this polyfill for loading A
2828

2929
### Getting Started
3030

31-
If using ES6 syntax (optional), include `traceur.js`, `babel.js` or `typescript.js` in the page first then include `es6-module-loader.js`:
31+
If using ES6 syntax (optional), include `traceur.js`, `babel.js` or `typescript.js` in the page first then include `es6-module-loader-dev.js`:
3232

3333
```html
3434
<script src="traceur.js"></script>
35-
<script src="es6-module-loader.js"></script>
35+
<script src="es6-module-loader-dev.js"></script>
3636
```
3737

3838
To use Babel, load Babel's `browser.js` instead and set the transpiler to `babel` with the loader configuration:

Diff for: dist/es6-module-loader-dev.js

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/es6-module-loader-dev.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)