I’m currently trying to migrate an existing ionic2 beta11 app to rc0.
After a few hours of trying, i was able to successfully compile the app.
Now i’m getting: “complete.js:718Uncaught ReferenceError: IntlPolyfill is not defined”
any ideas?
Cheers Derk Sacklowski
same problem here, also tried to include in index.html <script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=Intl.~locale.en"></script> but nothing
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=Intl.~locale.en"></script>
I removed the polyfill to get rid of the error, but i wouldn’t call that a fix