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
Thanks @petetnt . I read those docs but missed the bit about CRA taking other keys as is so I can add whatever I like in there. Cheers.
The more I've been working on this CRA template of mine the more I'm trying to justify it over doing a simple git clone of my github project. I love CRA and would still use it in my CRA based boilerplate. Would you mind sharing your thoughts?
In my
package.json
file I can usehusky
to runprettier
to format my code after a commit.Is there a way to put this into my own custom cra template? Into the
template.json
file?The text was updated successfully, but these errors were encountered: