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
When using this addon in Fastboot it currently errors because a dependency is not whitelisted. This is actually a dependency of another addon ember-useragent of this addon.
Possible solutions I can think of right now:
Add ember-useragent as a package to the app in the blueprint of the addon
Whitelist the node module ua-parser-js again (ugly?) in this addon
When using this addon in Fastboot it currently errors because a dependency is not whitelisted. This is actually a dependency of another addon
ember-useragent
of this addon.Possible solutions I can think of right now:
ember-useragent
as a package to the app in the blueprint of the addonua-parser-js
again (ugly?) in this addonRelated:
updateFastBootManifest
isn't invoked for nested addons ember-fastboot/ember-cli-fastboot#597The text was updated successfully, but these errors were encountered: