- 20 Nov, 2016 14 commits
-
-
Marc Garreau authored
* Adds to docs - deployment with S3/CloudFront * Tweaks
-
Stefan authored
Loads all files not already handled by other loaders. Also, switch image loading from file loader to url-loader.
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Jurie Horneman authored
* Added info on using global variables. See issue #972. * Fixed typo. * Moved new section. * Small tweaks * Syntax highlighting
-
Arunoda Susiripala authored
* Add Storybook to the user guide * Add the missing "Snapshot Testing" link. * Change the title to something nicer Old title was looks like a marketing pitch. Change it to something looks great. The new one is: Developing UI Components with React Storybook. * Mention React Storybook as a third party tool. * Nits * Minor changes
-
Fabrizio Castellarin authored
-
Dan Abramov authored
-
ekaradon authored
Enable sourcemaps in development
-
Nazim Hajidin authored
-
Nazim Hajidin authored
* Update css-loader to 0.26.0 * Update the production webpack config
-
Nazim Hajidin authored
-
Dan Abramov authored
-
- 17 Nov, 2016 1 commit
-
-
Ville Immonen authored
In the `create-react-app` command, try to install packages using Yarn. If Yarn is not installed, use npm instead. In `react-scripts`, detect if the project is using Yarn by checking if a `yarn.lock` file exists. If the project is using Yarn, display all the instructions with Yarn commands and use Yarn to install packages in `init` and `eject` scripts.
-
- 01 Nov, 2016 1 commit
-
-
Leo Wong authored
-
- 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 6 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
-
Swizec Teller authored
gh-pages supports https. It's important for prominent help files to encourage best practices.
-
Fatih authored
-
- 22 Oct, 2016 3 commits
-
-
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
* 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
-
- 17 Oct, 2016 1 commit
-
-
Michael Scholtz authored
-
- 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
-
- 11 Oct, 2016 2 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
-
Chase Colman authored
* Update react-scripts dependencies to use jest 16 * Remove testRegex from Jest config (now default)
-
- 07 Oct, 2016 2 commits
-
-
Patrick Dillon authored
* Exit on any errors passed in build stats * Match console error output in start.js
-
James Danger Hycner 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 3 commits
-
-
Sam Pastoriza authored
-
Ville Immonen authored
-
Jan Potoms authored
* Update instructions on publishing to GitHub pages * Update README formatting
-
- 03 Oct, 2016 1 commit
-
-
Dan Abramov authored
-
- 01 Oct, 2016 1 commit
-
-
Dan Abramov authored
-