chore(polyfills): include polyfills task in compile and e2e

This commit is contained in:
Brandy Carney
2016-09-13 18:31:23 -04:00
parent ce78194207
commit 0a5ce42b6e
5 changed files with 9 additions and 8 deletions

View File

@@ -44,7 +44,7 @@
}
</script>
<script src="/webpack-dev-server.js"></script>
<script src="../../../../polyfills.js"></script>
<script src="../../../../../../dist/ionic-angular/polyfills/polyfills.js"></script>
<script src="../../../../vendor.js"></script>
<script src="./index.js"></script>
</body>