A highly opinionated clean up tool for Create-React-App, designed to carry out initial file removal and updating.
This is a destructive process - files will be deleted. If you run this on a project you've already worked on, it may break. This extension should be run immediately after the initial creation of the app.
Inspired by WP Tasks After Install.
Usage
Run CRA Tasks After Init from the Command Palette (ctrl + shift + P).
At the first prompt select Yes to delete test files, or No to preserve them.
At the second prompt select Yes to create a jsconfig.json file.
At the third prompt select Yes to create a _redirects file for Netlify deployments.