Commit Graph

7 Commits

Author SHA1 Message Date
Chris Self
1deb811c5d Make manifest.json description more generic (#6355) 2019-02-06 19:40:17 -08:00
Adriano Costa
714599dae6 Prevent cursor events on app-logo svg (#6276) 2019-01-25 15:26:26 -05:00
Ian Sutherland
d9ee05cc8a Remove unnecessary whitespace in template HTML 2018-11-22 21:57:51 -07:00
Sibiraj
85a8a22513 Run prettier on HTML files (#5839) 2018-11-22 23:41:10 -05:00
Eduardo Duran
6311bac13e Make serviceWorker config argument optional in template (#5651) 2018-10-31 09:47:00 -04:00
Bruno Lemos
952e7b13c4 Update App.tsx (#5588) 2018-10-26 11:57:21 -07:00
Joe Haddad
b50590f7f4 Add TypeScript app creation (#5550)
* Add TypeScript app creation

* Actually specify new extension

* Check for ts and tsx

* Fix types in default service worker file

* Mirror changes in JS version of SW

* Separate templates

* Use separate template directory

* Remove unused function

* Add a tsconfig file to the template

* Test install of typescript

* Add e2e for TypeScript

* Check for index.tsx to make sure we're not in the JS template

* Ensure TypeScript doesn't leak into normal installs

* Ignore some files

* Print version of CRA

* Fix script

* Add new template

* Move test to correct location

* Use `verifyTypeScriptSetup` routine to populate files

* Ensure tsconfig is created
2018-10-24 16:28:36 -04:00