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
Are all your remix dependencies & dev-dependencies using the same version?
Yes
Steps to Reproduce
create a stack that is typescript only
use the stack with npx create-remix@latest --template your/stack
choose to not have typsecript
observe as remix tries to do transformations it can't
Expected Behavior
I'd expect this question to simply not exist. It should be up to the stack maintainers to offer all the transformations that a user is allowed to do on them automagically
Actual Behavior
Remix tries to remove the tsconfig and modify the remix config among other things.
Instead of allowing the custom stack to carry on, the user is greeted with a failure and no way of continuing.
The text was updated successfully, but these errors were encountered:
Thanks for raising this issue. The new version of create-remix that's being released soon with Remix v2 (#6887) no longer performs any automatic TS to JS transformations. This issue is a good example of why we've opted to remove this behaviour.
What version of Remix are you using?
@latest
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
npx create-remix@latest --template your/stack
Expected Behavior
I'd expect this question to simply not exist. It should be up to the stack maintainers to offer all the transformations that a user is allowed to do on them automagically
Actual Behavior
Remix tries to remove the tsconfig and modify the remix config among other things.
Instead of allowing the custom stack to carry on, the user is greeted with a failure and no way of continuing.
The text was updated successfully, but these errors were encountered: