-
Is it possible to not generate a project in typescript and instead just regular javascript? I realize it's possible to use javascript files in the codebase but the generate command is very useful and provides a great jumpstart. It is, however, slow to get going for people who aren't typescript users. Just a thought and I'm sure you typescript truthers will disagree :) |
Beta Was this translation helpful? Give feedback.
Answered by
flybayer
Oct 30, 2020
Replies: 1 comment 3 replies
-
Hey! You can run |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
flybayer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey! You can run
blitz new myapp --js
, but it's undocumented until https://github.com/blitz-js/blitz/issues/446 is fixed. This will definitely be fixed for 1.0