- 02 Aug, 2017 2 commits
-
-
Ade Viankakrisna Fadlil authored
* format UglifyJs error * move formatBuildError to react-dev-utils * fix readme * use regex for plucking the path from stack * make path human readable and fallback to show error if regex not matched * rename to printBuildError and add link to the docs * fix link indentation * improve readibility + shorten link
-
Forbes Lindesay authored
* Remove note about webpackHotDevClient being webpack 1.0 only It must work in webpack 2 since create-react-app is still using it and is using webpack 2 now. It would be great if you could add some kind of note about how it differs from the default webpack hot reloaders. * Update README.md * Update README.md
-
- 22 May, 2017 1 commit
-
-
Dan Abramov authored
-
- 20 May, 2017 1 commit
-
-
Jeffrey Posnick authored
* Provide a no-op SW that will be served by the dev environment. * Hide no-op service worker from user
-
- 18 May, 2017 3 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
* Show warnings for builds * Move WebpackDevServer helpers into react-dev-utils
-
Dan Abramov authored
-
- 17 May, 2017 2 commits
-
-
Joe Haddad authored
* Correct readme * Add tests * Update README.md
-
Joe Haddad authored
* Add module scope plugin * Oops * Add comments * Check windows seps too * More descriptive error * Document it
-
- 14 May, 2017 2 commits
-
-
Siddharth Doshi authored
* Add custom eslint formatter * Add formatter docs * Update formatter docs * Slightly tweak it * Update README.md
-
Ian Sutherland authored
-
- 06 Mar, 2017 1 commit
-
-
Ade Viankakrisna Fadlil authored
* Temp rename * Rename to change the case * extract generic build functions to react-dev-utils * tweak package json files and move removeFileNameHash * revert removeFileNameHash * use paths.appBuild in printFileSizes * use paths.appBuild in removeFileNameHash * change curried functions to regular functions * add fs-extra to react-dev-utils deps * move getDifferenceLabel inside printFileSizes * inline copyPublicFolder * combine printFileSizes and removeFileNameHash to fileSizeReporter * fix typo * Tweak APIs and fix issues * Fix heading * Remove missing file * Newline * Newline * Trailing space * Update FileSizeReporter.js * Update build.js
-
- 22 Feb, 2017 1 commit
-
-
Alexander James Phillips authored
* Add note for using CHOKIDAR_USEPOLLING in virtual machines to enable HMR * Use br in react-scripts template README md * Use br in md for new line breaks * Update troubleshooting HMR to allow for VMs running Windows * Fix up the instructions
-
- 11 Jan, 2017 2 commits
-
-
Jimmy Miller authored
Array.forEach is passed the following parameters: currentValue The current element being processed in the array. index The index of the current element being processed in the array. array - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach console.log takes multiple arguments. We only want to print the first one, the actually message.
-
Pedro Nauck authored
-
- 10 Dec, 2016 1 commit
-
-
Shogun Sea authored
-
- 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) *...
-
- 30 Sep, 2016 1 commit
-
-
Dan Abramov authored
-
- 25 Sep, 2016 1 commit
-
-
Dan Abramov authored
* Add syntax error overlay in development * Support HMR being disabled * Tweak CSS
-
- 23 Sep, 2016 2 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
* Extract some utilities into a separate package * Add utils dir to `files` in package.json * Do not create an empty `utils` dir on eject
-