- 01 Nov, 2018 6 commits
-
-
Joe Haddad authored
- babel-plugin-named-asset-import@0.2.3 - babel-preset-react-app@6.1.0 - create-react-app@2.1.1 - react-dev-utils@6.1.1 - react-error-overlay@5.1.0 - react-scripts@2.1.1
-
Joe Haddad authored
-
Joe Haddad authored
-
Andrew Lisowski authored
* factor out crashWithFrames and expose reportRuntimeError * address code review and move error call to handleRuntimeError
-
Joe Haddad authored
* Turn on decorators * Add decorator test
-
Jake Boone authored
-
- 31 Oct, 2018 4 commits
-
-
Nima Shahri authored
* add tests for named-asset-imports plugin * add ticketFormats store/saga * change import to require on test file to avoid using babel when running tests * remove all babel dependencies as not needed more for running tests * update tests and rename file to index.test.js * remove npmignore as it is whitelisted in package.json * add babel-plugin-named-asset-import tests to e2e
-
Eduardo Duran authored
-
ZHAO Jinxiang authored
-
Ian Sutherland authored
-
- 30 Oct, 2018 8 commits
-
-
Vincent authored
For users coming from create-react-app-typescript, the added link provides instructions on how to port their app to Create React App.
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
- babel-preset-react-app@6.0.0 - confusing-browser-globals@1.0.5 - create-react-app@2.1.0 - eslint-config-react-app@3.0.5 - react-dev-utils@6.1.0 - react-error-overlay@5.0.6 - react-scripts@2.1.0
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
* Remove react-scripts type reference on eject * Check for env file * Check eject for typescript * Shuffle appTypeDeclarations * Append internal types on eject * Ensure lib is published for types * Adjust comment * Don't add a bunch of new lines * File should exist and not be deleted * Add debug * Set file explicitly * Revert "Set file explicitly" This reverts commit bcd58a36. * Copy file before destroying ourselves * Revert "Add debug" This reverts commit 0068ba81.
-
- 29 Oct, 2018 2 commits
-
-
Eric Feng authored
* Fixing Internal Links Internal links, like those found on [Available Scripts](https://facebook.github.io/create-react-app/docs/available-scripts) use absolute urls and therefore link to https://facebook.github.io/docs/deployment instead of https://facebook.github.io/create-react-app/docs/deployment. * changing to markdown links and fixing various broken internal links
-
Bruno Lemos authored
Fix #5613
-
- 28 Oct, 2018 5 commits
-
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
* Ignore test files from reported type errors * Ignore setup proxy & test files
-
Joe Haddad authored
-
Joe Haddad authored
* Specify types in package * Do not remove types file on eject * Stop copying types into generated project * Reference react and react-dom * Reference node types * Install node types as well * Restore copying * Add Node to the list of installed types * Reference Jest types * Remove jest types from install * Remove jest from CRA install * Remove Jest reference and let user do this themselves * Stop copying types file * Add types key to package.json * Add appTypeDeclarations and create when missing * Rename declarations file * Add Jest back to install instructions * Minimize diff
-
- 26 Oct, 2018 4 commits
-
-
Bruno Lemos authored
Fix #5576
-
Jeroen Heijmans authored
-
Bruno Lemos authored
-
Joe Haddad authored
-
- 25 Oct, 2018 5 commits
-
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
-
- 24 Oct, 2018 6 commits
-
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
* 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
-
Bruno Lemos authored
-