You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 25, 2020. It is now read-only.
Wesley Overdijk edited this page Mar 31, 2016
·
1 revision
In order to get aurelia-authentication with the authFilter working with webpack, you'll need to use the includeSubModules option for the aurelia webpack plugin.
Some Aurelia modules or plugins have more than 1 file that need to be resolved (for example, when a plugin also contains an html template). By default, only the main file of a module is loaded. Adding this option allows you include extra files in the bundles.
(source)