(config)
| 160 | { |
| 161 | match: /{{\s?rootURL\s?}}/g, |
| 162 | replacement(config) { |
| 163 | return normalizeUrl(config.rootURL); |
| 164 | }, |
| 165 | }, |
| 166 | { |
| 167 | match: /{{\s?EMBER_ENV\s?}}/g, |
nothing calls this directly
no test coverage detected
searching dependent graphs…