Commit 6860b18
authored
fix(ember): Fixing fetching config during build step (#3246)
* 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.1 parent 880bb59 commit 6860b18
1 file changed
+4
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
37 | 23 | | |
38 | 24 | | |
39 | 25 | | |
40 | 26 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | 27 | | |
46 | 28 | | |
47 | 29 | | |
| |||
0 commit comments