- 31 Oct, 2016 2 commits
-
-
Kyle Mathews authored
-
Einar Löve authored
* Allow webpack 2 as peerDependency * Remove webpack as peer dependency
-
- 29 Oct, 2016 1 commit
-
-
Ville Immonen authored
Upgrade `babel-loader` and remove the cache directory configuration that was added in #620. `babel-loader` now uses the `./node_modules/.cache/babel-loader` directory by default, so the custom config is no longer needed.
-
- 28 Oct, 2016 7 commits
-
-
Alice Rose authored
-
-
David Ernst authored
* Always build before deploying to gh-pages * Add line to gh-pages deploy docs about CNAME file * Remove spaces in npm run command for Windows * Grammar nit * Minor tweaks
-
Patrick Mackinder authored
-
Sandro Padin authored
Running `create-react-app` in a Docker container causes an unhandled rejection error in nodejs > 6.5 because the `opn` module tries to open a web browser in a system that doesn't have one. I figured this error could be safely ignored.
-
Swizec Teller authored
gh-pages supports https. It's important for prominent help files to encourage best practices.
-
Fatih authored
-
- 25 Oct, 2016 2 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
- 24 Oct, 2016 1 commit
-
-
Dan Abramov authored
-
- 23 Oct, 2016 1 commit
-
-
Ville Immonen authored
-
- 22 Oct, 2016 7 commits
-
-
Ville Immonen authored
-
Ville Immonen authored
- babel-preset-react-app@1.0.0 - create-react-app@0.6.0 - eslint-config-react-app@0.3.0 - react-dev-utils@0.3.0 - react-scripts@0.7.0
-
Ville Immonen authored
-
Ville Immonen authored
-
Ville Immonen authored
This reverts commit 1ef6ea52.
-
Ville Immonen authored
Enable no-webpack-loader-syntax rule in eslint-config-react-app.
-
Ville Immonen authored
* Update dependencies * Use published version of eslint-config-react-app for development We dogfood on our eslint-config-react-app by using it as our ESLint config, but installing it from the local folder causes problems when its peerDependencies are updated, because npm won't update it unless the version number changes. Use the published version for dogfooding so it can be installed from npm.
-
- 19 Oct, 2016 1 commit
-
-
Nathan Hunzaker authored
-
- 18 Oct, 2016 1 commit
-
-
Jeffrey Carl Faden authored
* Enable babel parameters/destructuring for all versions of Node * Add more descriptive comment explaining plugin use
-
- 17 Oct, 2016 1 commit
-
-
Michael Scholtz authored
-
- 14 Oct, 2016 2 commits
-
-
Dan Abramov authored
-
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
-