In IE11, `Promise` is not defined in app.js and causes errors every page load: <img width="423" alt="screen shot 2017-06-13 at 3 46 09 pm" src="https://user-images.githubusercontent.com/1754873/27067763-e6be6d14-504f-11e7-9c5e-18844ec16586.png"> <img width="455" alt="screen shot 2017-06-13 at 3 46 28 pm" src="https://user-images.githubusercontent.com/1754873/27067764-e6c612b2-504f-11e7-9394-1d810ada4540.png"> I don't think the global polyfill attempt [here](https://github.com/zeit/next.js/blob/dff20eae0137ee121c703733fbb87084a8cd86d3/client/index.js#L11) is working: <img width="235" alt="screen shot 2017-06-13 at 3 51 19 pm" src="https://user-images.githubusercontent.com/1754873/27067838-35b4e5ce-5050-11e7-8a13-057f73968a90.png">