- 11 Dec, 2016 2 commits
-
-
Brian Ng authored
-
Joe Haddad authored
-
- 10 Dec, 2016 4 commits
-
-
Shogun Sea authored
-
Jirat Ki authored
-
Ville Immonen authored
Previously create-react-app exited with 0 after an installation error.
-
Ville Immonen authored
* Remove the “‘yarn’ is not recognized as an internal or external command, ...” message on Windows * Simplify the detection code: just run `yarn --version` – if it succeeds use `yarn`, if it fails use `npm`.
-
- 09 Dec, 2016 3 commits
-
-
Jirat Ki authored
-
Dave Baskin authored
-
Jirat Ki authored
- Use “Chrome” instead of "Google Chrome", It will try to use current active browser. otherwise, use default. - If “Chrome”s aren’t running, will fallback to opn(url)
-
- 08 Dec, 2016 4 commits
-
-
Dan Abramov authored
- create-react-app@1.0.1 - react-scripts@0.8.3
-
Dan Abramov authored
* Catch synchronous errors from spawning yarn * Fix issues
-
Dan Abramov authored
-
mustang authored
-
- 07 Dec, 2016 7 commits
-
-
Marek Suscak authored
* Add syntax highlighting configuration guide. * Update link.
-
Dan Abramov authored
- babel-preset-react-app@2.0.1 - eslint-config-react-app@0.5.0 - react-dev-utils@0.4.1 - react-scripts@0.8.2
-
Dan Abramov authored
* Let Jest handle all file types * Update regexes * Fix exclusion regex to also exclude files without extension * Be over-cautious with Windows paths because I'm not sure how Jest handles them * There is no automatic babel-jest discovery now that we use transsform
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Vincenzo Chianese authored
-
- 06 Dec, 2016 6 commits
-
-
Jirat Ki authored
* Reuse empty tab on open chrome apple script * Break find tab into function * Use property to store found * Fix minor issues that caused window to not get active
-
Bogdan Soare authored
-
Dan Abramov authored
-
Fabrizio Castellarin authored
* temporary fix missing babel plugins * Add an issue link
-
Vincenzo Chianese authored
* Add Subresource Integrity support * Pin dependency
-
- 05 Dec, 2016 7 commits
-
-
James Newell authored
* Don't strip stack traces of evaluated webpack code * Strip stack traces at the end of a string because the last line doesn't always have a `\n` and `create-react-app` is leaving the last line of the stack traces present in the error messages * code comment * code comment
-
Guilherme Heynemann Bruzzi authored
* Add deploy to Firebase CDN on template's README (Closes #374) * Move section and minor tweaks
-
Li Xuanji authored
* Document what npm build does and pushState * Fix typos, add express example * Tweaks * Update README.md
-
Alex Wilmer authored
-
Dan Abramov authored
* Add "npm run build silently fails" to Troubleshooting * Update README.md
-
Stephen John Sorensen authored
In my tests, jsdom was throwing a "SecurityError" at HistoryImpl._sharedPushAndReplaceState (node_modules/react-scripts/node_modules/jsdom/lib/jsdom/living/window/History-impl.js:87:15) This happens because document.URL defaults to "about:blank". Unfortunately, if you interact with the History object it tries and fails to parse the URL, causing a "SecurityError" to be thrown. Setting the default URL to "http://localhost" fixes this issue.
-
Brian Ng authored
-
- 04 Dec, 2016 2 commits
-
-
Ville Immonen authored
- react-scripts@0.8.1
-
Ville Immonen authored
Jest matches moduleNameMapper regexes with module names, not the full file path, so the negative lookahead doesn’t work for filtering out JS files, because they can be imported without the extension. So paths like `lodash.assign` and `../utils/range` were mislabeled as resources with unknown file extensions because they have a dot in the name. As a stopgap measure, revert the moduleNameMapper regex added in #1077.
-
- 03 Dec, 2016 5 commits
-
-
Ville Immonen authored
- create-react-app@1.0.0
-
Ville Immonen authored
-
Ville Immonen authored
-
Ville Immonen authored
- babel-preset-react-app@2.0.0 - create-react-app@0.7.0 - eslint-config-react-app@0.4.0 - react-dev-utils@0.4.0 - react-scripts@0.8.0
-
Dirk-Jan Rutten authored
* Added functionality to crash the build during CI whenever linter warnings are encountered. * Updated the docs with a description on how to use the build in CI * Fixed small typo * Fixed description of build error.
-