I just upgraded from Webpack 2.x to the latest 3.0, and my Aurelia app breaks at load time with the following message:
Uncaught (in promise) No PLATFORM.Loader is defined and there is
neither a System API (ES6) or a Require API (AMD) globally available
to load your app.
Is there a known issue with Webpack 3 and Aurelia? I saw this similar SO question but learned nothing from it.