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

Commit 14f96ce

Browse files
committed
build and include promises as npm dependencies
1 parent e3998e7 commit 14f96ce

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

test/test.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@
1414
// delete window.Promise;
1515
</script>
1616

17+
<script>
18+
// test promise polyfill
19+
// delete window.Promise;
20+
</script>
21+
22+
<script src="../node_modules/es6-promise/dist/promise-1.0.0.js"></script>
23+
24+
<script src="../lib/loader.js"></script>
25+
<script src="../lib/system.js"></script>
26+
1727
<!-- run Grunt first to create this file -->
1828
<script src="../dist/es6-module-loader.js"></script>
1929

0 commit comments

Comments
 (0)