UNPKG

595 BJavaScriptView Raw
1// This file contains an empty module that does nothing.
2// It's meant to be added as an entry point to the main bundle
3// and helps reliably adding some Aurelia dependencies that are attached
4// to no module in particular, such as `includeAll` results or `aureliaApp`.
5//
6// Trying to attach those dependencies to, for example, 'aurelia-bootstrapper'
7// is unreliable if 'aurelia-bootstrapper' is in a DLL outside the bundle.
8//
9// Trying to attach to 'aurelia-loader-webpack' works well, unless a user
10// configures a customized loader instead (unlikely, but in theory supported).