You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
given a v2 addon with a following appReeports [
... ,
'routes//*.js',
'templates//*.js',
]
with a route ./template/test.gjs (hbs works as well because they both get compiles to js files)
and an app that has its own ./template/test.hbs
you will get the addon template resolved instead of the app one even though the expectation is that the app should win
The text was updated successfully, but these errors were encountered:
A v2 addon’s service is favored over the app’s service.ts with the same name, in the same place. Interestingly, if it’s a .js file (in the app) it’s fine.
given a v2 addon with a following appReeports [
... ,
'routes//*.js',
'templates//*.js',
]
with a route
./template/test.gjs
(hbs works as well because they both get compiles to js files)and an app that has its own
./template/test.hbs
you will get the addon template resolved instead of the app one even though the expectation is that the app should win
The text was updated successfully, but these errors were encountered: