BBVAEngineering / ember-web-workers

Service to communicate your application with browser web workers
MIT License
44 stars 10 forks source link

service asset-map not found #71

Open oliverlj opened 4 years ago

oliverlj commented 4 years ago

just installed this addon and i get this error index.js:172 Uncaught (in promise) Error: Assertion Failed: Attempting to inject an unknown injection: 'service:asset-map' at assert (index.js:172) at Registry.proto.validateInjections (index.js:1171) at FactoryManager.create (index.js:545) at instantiateFactory (index.js:368) at lookup (index.js:296) at Container.lookup (index.js:137) at Class.lookup (container_proxy.js:81) at SavingController.getInjection (index.js:3884) at index.js:2154 at untrack (validator.js:769)

oliverlj commented 4 years ago

resolved by installing ember-cli-ifa

happyvig commented 3 years ago

Should we think about adding ember-cli-ifa as the add-on dependency in itself ?

oliverlj commented 3 years ago

I don't know. Maybe a section in Readme ?

oliverlj commented 3 years ago

is 'asset-map' service really needed? if there is no transpilation, fingerprinting works good

derrabauke commented 2 years ago

bump :upside_down_face: