Articles tagged with Webpack
While asking users to test an Aurelia application, it appeared that it didn't work on Safari due to this error:

It comes from the fact that Safari doesn't support the internationalization (window.Intl) API.
In order to solve it, I had to manually include the Intl.js polyfill. Since it …
Read more...
Note: I wrote this post when aurelia-webpack wast still in pre 1.0.0 release. As niieani pointed out in the comments part of it may be outdated and you way want to use aurelia-webpack with easy-webpack instead. The general ideas are still valid though.
First thing first: why would …
Read more...