Closed Draeken closed 6 years ago
Thanks for the report!
I've updated main.ts
to dynamically import AppModule
instead of importing it synchronously before the WebcomponentsReady event. I've also added comments as to why this is needed and an alternative way of importing the main component that uses Polymer.
Let me know if you have any questions!
Awesome! Thanks!
Hi,
Error is still present when using --prod
flag (Firefox)
@varletconst I've updated the repo, try pulling it again
It works well in prod mode but throw in dev mode.
Using require
works in both mode
When I launch
npm run start:es5
on Firefox 59. This happens beforewebcomponentReady
resolved, due to polymer element import inapp.component.ts