As I navigate through the Angular2 webpack sample app on https://angular.io/docs/ts/latest/guide/webpack.html, I've encountered an issue. After completing the "Development Configuration" section and attempting the "try it out" by copying the app code at the bottom of the page and running npm start, all I see is "loading" with a console error stating "Cannot read property 'call' of undefined" in polyfills.js.
I have double-checked all the files for typos by copy/pasting everything directly and adjusted the zone requires in polyfills.ts as advised in the tutorial. However, the issue persists. I would greatly appreciate any suggestions to resolve the problem or if someone else could try getting the app running at this stage (I skipped production and testing assuming the app should run smoothly by now).
You can view my progress on the site at https://github.com/Liam-Ryan/Angular2WebpackSite