[RAV] Add option to scaffold new projects without extra dependencies or boilerplate #1399
anastasiya29
started this conversation in
Ideas
Replies: 1 comment
-
Agreed. Removing graphql has caused issues for the Experience Editor for me |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When a new project is scaffolded via
jss create <project-name> <framework>
, there are 2 things that a developer must do to clean up the solution to get it to a skeleton that doesn't have any boilerplate or extra dependencies.The boilerplate and extra dependencies are great as a sample for someone who is learning, but they are not needed every time. It would be good to have an option (a flag in the
jss create
command) to create a "bare bones" solution.Beta Was this translation helpful? Give feedback.
All reactions