Andreas Minnich
Andreas Minnich
Using similar approach that prember does @ https://github.com/ef4/prember/tree/master#using-prember-with-embroider --- Example: ```ts // ember-cli-build.js const app = new EmberApp(/* ... */); const compiledApp = require('@embroider/compat').compatBuild(app /*, ... */); return require('ember-service-worker').buildServiceWorker(app, compiledApp);...
Example in dummy folder is not working: https://github.com/mike-north/ember-api-actions/blob/master/tests/dummy/app/models/fruit.js#L31-L37 ``` build-url.js:42 Uncaught TypeError: Cannot read property 'lookup' of undefined at _getStoreFromRecord (build-url.js:42) at Function.runCollectionOp [as juiceAll] (collection-action.js:14) at Class.juiceAllFruit (index.js:58) ```
Hi! Thx for the addon! I just tried out the latest embroider vite build and it seems to have an issue with ember-google-maps: ``` Uncaught TypeError: Cannot read properties of...