Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ember): Fixing fetching config during build step
As mentioned in #3230, this is still causing problems for build systems. Pulled out the logic to put config into an embroider macro to the 'config' hook for the addon, which gets rid of the conditional logic as well as pulling configPath which could be undefined. Tested on both sides of using Embroider and the existing build system and the macros appear to be populated now, so this should work.
- Loading branch information