- 14 Oct, 2016 1 commit
-
-
Mike Francis authored
* Added note about env server restart As discussed in [#870](https://github.com/facebookincubator/create-react-app/issues/870) * Style nit
-
- 12 Oct, 2016 3 commits
-
-
Ville Immonen authored
Running tests with the `-u` flag is a more reliable way to upgrade, because the watch mode only runs tests for changed files.
-
Ville Immonen authored
-
Jih-Chi Lee authored
* Add supports for prelease tags version * Add comment to regex * Cut everything after the first -\d * Make semver version optional, so just package name get parsed correctly
-
- 11 Oct, 2016 5 commits
-
-
Kanitkorn Sujautra authored
* Create asset filenames mapping on the build output I use danethurber/webpack-manifest-plugin on Webpack production configuration to create a file named `asset-manifest.json` which contain a mapping of all asset filenames to their corresponding output file. `asset-manifest.json` will be located at the root of output folder. This'll resolve #600 * Add an explanation for ManifestPlugin * Make webpack-manifest-plugin's version exact
-
Jarle Friestad authored
* Dispose error overlay when linting errors have been corrected * Fixed spelling error * Minor style tweaks
-
Patrick Dillon authored
* Support passing scoped package names to --scripts-version arg * Factor out bitwise operator in indexOf test * Comment on stripping only version or tag from package name arg
-
Chase Colman authored
* Update react-scripts dependencies to use jest 16 * Remove testRegex from Jest config (now default)
-
Shubheksha Jalan authored
* Disable ES2015 transforms based on node version using babel-preset-env * pass major version number for node to babel-preset-env instead of version string * use parseFloat() instead of parseInt() to parse node version * fixed style nits
-
- 07 Oct, 2016 4 commits
-
-
Patrick Dillon authored
* Exit on any errors passed in build stats * Match console error output in start.js
-
Dan Abramov authored
* Clean up e2e script * Link to local packages after ejecting
-
James Danger Hycner authored
-
Alexis Kofman authored
-
- 06 Oct, 2016 1 commit
-
-
Shmavon Gazanchyan authored
-
- 05 Oct, 2016 1 commit
-
-
Boris Serdiuk authored
fixes facebookincubator/create-react-app#824
-
- 04 Oct, 2016 4 commits
-
-
Sam Pastoriza authored
-
Ville Immonen authored
-
Jan Potoms authored
* Update instructions on publishing to GitHub pages * Update README formatting
-
Michal Kvasničák authored
* Support webpack 2 * Code style
-
- 03 Oct, 2016 3 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
unixdev authored
A previous commit renamed the apple script to open chrome from `chrome.applescript` to `openChrome.applescript`. That created a minor bug. Even when chrome was open with the client app, `npm start` would open the client app in a new Safari tab on macOS instead of re-using the open tab in chrome.
-
- 02 Oct, 2016 1 commit
-
-
Jisu Park authored
-
- 01 Oct, 2016 4 commits
-
-
José Antonio Chio authored
-
Dan Abramov authored
-
Vadim Peretokin authored
-
Brian Ng authored
-
- 30 Sep, 2016 6 commits
-
-
Andrew Zakordonets authored
* Beaufity output of eject.js script * change formatting of the eject.js output and move colors to cyan * change message about file copy * add missing three dots to some statements in eject.js script * change color of "copying files" line and do not repeat copy path anymore in log * fix merge conflict * Remove yellow color from "Removing dependency" line * changing color to "Adding dependency" line * Add line that outputs which react script is getting replaced by similar node script * remove not used anymore colors * add console line about updating Jest configs * fix typo * change formatting of replacing script output in eject.js * remove "Writing package.json" file console output * make quotes cyan in "Replacing script" console output * update console log output for Jest, Babel, ESLint update and group them under one statement * Style nits
-
Thien Do authored
* Define process.env as object * Fix define process.env * fix NODE_ENV check * Fix style nitpick
-
Sebastian De Deyne authored
* Typo fix in webpack.config.dev.js comments * Typo fix in webpack.config.prod.js comments
-
Mathias Biilmann Christensen authored
-
Dan Abramov authored
-
Aaron Cannon authored
Now allows the use of short circuit and ternary expressions.
-
- 28 Sep, 2016 1 commit
-
-
Dan Abramov authored
-
- 27 Sep, 2016 3 commits
-
-
Dan Abramov authored
- react-dev-utils@0.2.1 - react-scripts@0.6.1
-
Dan Abramov authored
-
Fernando Montoya authored
-
- 26 Sep, 2016 3 commits
-
-
Ville Immonen authored
-
Christopher Chedeau authored
Otherwise it makes it an invalid path :(