- 20 Nov, 2016 8 commits
-
-
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 5 commits
-
-
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.
-
Einar Löve authored
* Correctly checks site url to tab url in reuse check * Bring chrome to foreground focused after tab reuse
-
Vesa Laakso authored
* Update `babel-plugin-transform-object-rest-spread` to v6.19.0 The `babel-plugin-transform-object-rest-spread` v6.19.0 update will allow us to remove the `babel-plugin-transform-es2015-destructuring` and `babel-plugin-transform-es2015-parameters` as the object rest spread transform will now work standalone and not require additional tranforms * Remove unnecessary babel transform plugins from babel-preset-react-app The `babel-plugin-transform-object-rest-spread` v6.19.0 update makes these plugins unnecessary, as v6.19.0 can be used stand-alone
-
Sathish authored
Explain the usage of react-jsx-source & react-jsx-self
-
Vesa Laakso authored
* Update babel-preset-env to 0.0.8 Changes between 0.0.6 and 0.0.8 should be backwards compatible: https://github.com/babel/babel-preset-env/blob/master/CHANGELOG.md * Use `node: 'current'` as target for babel-preset-env This replaces the hand-rolled node version setup with a new feature that was introduced in babel-preset-env@v0.0.7 https://github.com/babel/babel-preset-env/blob/v0.0.7/CHANGELOG.md
-
- 01 Nov, 2016 1 commit
-
-
Leo Wong authored
-
- 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
-