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
{{ message }}
This repository was archived by the owner on Jan 26, 2019. It is now read-only.
Not sure if this should go here or here, but the freshly scaffolded react app seems to include additional index.js and registerServiceWorker.js file in its src/ directory.
They don't cause any issue, and can be simply deleted, but I don't see any reason for them to be there either.
Is this a bug report?
Probably
Environment
npm ls react-scripts-ts (if you haven’t ejected): 2.13.0
Not sure if this should go here or here, but the freshly scaffolded react app seems to include additional
index.js
andregisterServiceWorker.js
file in itssrc/
directory.They don't cause any issue, and can be simply deleted, but I don't see any reason for them to be there either.
Is this a bug report?
Probably
Environment
npm ls react-scripts-ts
(if you haven’t ejected): 2.13.0node -v
: 8.9.4npm -v
: 5.4.2yarn --version
(if you use Yarn): 1.3.2Then, specify:
Steps to Reproduce
create-react-app test-scaffold --scripts-version=react-scripts-ts
Expected Behavior
tree test-scaffold/src
outputs:Actual Behavior
tree test-scaffold/src
outputs:The text was updated successfully, but these errors were encountered: