- 11 Dec, 2016 6 commits
-
-
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 2 commits
-
-
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.
-
- 01 Dec, 2016 1 commit
-
-
Orta authored
-
- 28 Nov, 2016 1 commit
-
-
Dan Abramov authored
-
- 23 Nov, 2016 3 commits
-
-
Adam Stankiewicz authored
-
Dave Ceddia authored
Added `ws: true` to the httpProxyMiddleware options, and also listen for the "upgrade" event so that websockets can be proxied immediately, rather than waiting for an initial HTTP request.
-
Daniel Rech authored
* Add a note for OSX users about watchman and jest Minor additional information on how to solve watchman problems reported in #713 and #1767 * Introduced new Troubleshooting section Add better explanation how to solve #713 and linked related Issues. * Tweak wording and add it to TOC
-
- 22 Nov, 2016 1 commit
-
-
Ian McNally authored
* add logging of existing port process on start * Move port process wording in start command on to next line * Color the named processes as cyan in terminal output * Add handling for multiple processes on a part - With the currently process filtering, if multiple processes are returned as running on port 3000, this command would fail. This splits apart the process IDing and the process naming, to support multiple processes. - One curious thing about the bash command to get processes, is that it'll include browsers with a window open on localhost:3000. May want to reconsider that. * Add process directory to existing port warning - also moved terminal coloring up, when getting the process, to be able to distinguish the process command from the directory * Change output color to all cyan, except "in" * Rename getProcessNameOnPort -> getProcessForPort - better reflects its broadened scope (both command and directory) * Add checking if process is a CRA instance, to customize port running message - moved from using package.json to a regex, for reliability * Move getProcessForPort to react-dev-utils - also allowed for breakdown of commands into helper methods * Add documentation for getProcessForPort * Add getProcessForPort to list of dev-scripts files * Use app's package name when CRA app is running on another port * Filter port process by those listening - Removed the handling of multiple process IDs since you can filtering by listening process (and not have the browser in the list of processes) - Trimmed the terminal outputs for better matching (process id) and better terminal output (directory of process) * Update README on port helpers, to specify only one port returned * Add ignore of stderr when executing process commands - Make sure any potential errors don't leak to the user
-
- 21 Nov, 2016 5 commits
-
-
Stefan authored
Revert webpack prod config comments to not refer to dev server.
-
Ville Immonen authored
* Replace `scriptPreprocessor` config with `transform`. * Also remove `moduleFileExtensions` which has been redundant since 16.0 (`['js', 'json', 'jsx', 'node’]` is the default)
-
Brian Ng authored
-
Stefan authored
-
Ville Immonen authored
* Remove bundledDependencies * Change the e2e scripts to use local file dependencies instead of bundledDependencies to test the packages
-