Lyle Frost
Results
2
comments of
Lyle Frost
I am still using the workaround of having a "/auth" prefix on all the authenticated routes. It is working fine that way except for the undesirable URLs. And nesting seems...
I have this working with the following ember-auto-import configuration. ``` const app = new EmberApp(defaults, { autoImport : { webpack : { externals : { videojs : "video.js" } }...