- 30 Dec, 2016 3 commits
-
-
Paul O’Shannessy authored
-
Christian Raidl authored
-
Johnny Magrippis authored
-
- 23 Dec, 2016 1 commit
-
-
David authored
-
- 18 Dec, 2016 1 commit
-
-
Eduard Kyvenko authored
-
- 14 Dec, 2016 1 commit
-
-
Jay Phelps authored
-
- 13 Dec, 2016 2 commits
-
-
Cary Landholt authored
Browser launch can still be suppressed using BROWSER=none
-
MUA authored
* Adds note on how to resolve file or directory not found errors for heroku deployments * Style tweaks
-
- 12 Dec, 2016 3 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
* Add "Changing the Page Title" to User Guide * Add link to main README
-
Dan Abramov authored
-
- 11 Dec, 2016 7 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
- create-react-app@1.0.2 - react-dev-utils@0.4.2 - react-scripts@0.8.4
-
Dan Abramov authored
-
Benoit Averty authored
-
Pavel Kolesnikov authored
* Proxy rewrites Origin header to match the target server URL * Added comments on rewriting Origin header by the proxy middleware
-
Brian Ng authored
-
Joe Haddad authored
-
- 09 Dec, 2016 2 commits
-
-
Jirat Ki authored
-
Dave Baskin authored
-
- 08 Dec, 2016 3 commits
-
-
Dan Abramov authored
- create-react-app@1.0.1 - react-scripts@0.8.3
-
Dan Abramov authored
-
mustang authored
-
- 07 Dec, 2016 6 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
-
Vincenzo Chianese authored
-
- 06 Dec, 2016 3 commits
-
-
Bogdan Soare authored
-
Vincenzo Chianese authored
* Add Subresource Integrity support * Pin dependency
-
- 05 Dec, 2016 5 commits
-
-
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.
-
- 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 1 commit
-
-
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
-