Alex
Alex
> Vite keeps it like that in the output.. yes, have it relative to begin with and you don't have an issue ( if there is somewhere I can see...
I would hate for us to re introduce this root url concept in vite world between base html tag and using relative paths we have better tools to deal wiht...
to try and manage expectations: 1. will investigate how to better make those inserts for the imports; there may be tradeoffs to have multiple lines bringing in imports from the...
@amk221 I assume you're using pods to have gotten that import path as normally you'd not see index there if that's not the case I would love to see an...
@amk221 I would not recommend removing /index without also moving the files a level higher as @NullVoxPopuli said that will work just as well having a `.scss` at the same...
all of these issues bar possibly no 7 are addressed in the latest version of the codemod
I should make it obvious that not using the nameHint at all would get you the default behaviour for the codemod which is PascalCase I'll make sure to update the...
try running the codemod without the nameHint function and you will find that all helpers come out Pascal case by default so in your case you can use Await as...
we now allow passing --renamingRules see https://github.com/embroider-build/embroider/blob/main/packages/template-tag-codemod/src/cli.ts#L82
if I'm reading this right it shouldn't matter if both are checked since ```md "development" - can be used to define a development-only environment entry point, for example to provide...