Don’t run asset manifest generator when there are no lazy engines?
See original GitHub issueAdvised as per @nathanhammond.
I was using master in an attempt to extract out some common logic in my parent application into an in-repo engine, followed the guide in the README, and got stuck on the error: Asset manifest does not list any available bundles
in asset-loader#loadBundle
.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Ember Asset Loader - GitHub
You can generate an Asset Manifest by creating either a standalone or in-repo addon which extends from the ManifestGenerator base class: var ManifestGenerator...
Read more >The Mix manifest does not exist when it does exist
i solved my problem running this command npm install. and then npm run production.
Read more >Tutorial - A Guide to Module Federation for Enterprise
Module Federation allows a JavaScript application to dynamically load code from another application and in the process, share dependencies. This ...
Read more >Configuring Rails Applications - Ruby on Rails Guides
If you need to apply configuration directly to a class, use a lazy load hook in an initializer to avoid autoloading the class...
Read more >Build a production ready PWA with Angular and Firebase
Being a Progressive Web App evangelist, it's no surprise that one of ... and corresponding HTML tags automatically via pwa-asset-generator ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think we should open a different issue for that. They’re free.
So after looking into it, turns out the issue was not having the right version of
ember-resolver
😆 . Just make sure you have version^2.1.0
.Anyway, do we want to keep this issue open to address optimizing the asset manifest generator work?