- 23 Sep, 2016 31 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Kasper Peulen authored
-
Dan Abramov authored
- babel-preset-react-app@0.2.1 - create-react-app@0.5.0 - eslint-config-react-app@0.2.1 - react-dev-utils@0.1.0 - react-scripts@0.5.0
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
* Don't hardcode react-scripts package name Fixes issue described in https://github.com/facebookincubator/create-react-app/issues/682#issuecomment-248781486. * Update eject.js
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
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
-
Dan Abramov authored
Fixes #700. Read about it here: https://twitter.com/dan_abramov/status/779308833399332864.
-
Ville Immonen authored
Fixes #718.
-
ekaradon authored
* Add host as adjustable parameter through env variables eg: `HOST=test.dev.local npm start` * Style nit
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
Fixes #702
-
Dan Abramov authored
-
Dan Abramov authored
-
Jiansen HE authored
-
Ayrton De Craene authored
* Load environment file via dotenv if .env file is present * Document loading environment variables in .env file * Minor doc tweaks
-
Aeneas authored
* openBrowser() causes docker-compose set ups to fail because of spawn EACCESS - closes #710 Signed-off-by:
Aeneas Rekkas (arekkas) <aeneas@ory.am> * Ignore errors
-
Dan Abramov authored
-
- 22 Sep, 2016 9 commits
-
-
Dan Abramov authored
Fixes #410, #674
-
Dan Abramov authored
-
Dan Abramov authored
-
Ville Immonen authored
Only copy our own packages to bundledDependencies in the e2e test
-
Dan Abramov authored
-
Ville Immonen authored
-
Ville Immonen authored
* Fix the e2e test In the end-to-end test, we want to test all the latest packages from the monorepo instead of the versions from npm. To do this we will now: * run `lerna bootstrap` in the repo root folder before packaging react-scripts * bundle the deps like we do for releases, so the e2e test uses those packages * Fix copy-pasted comment
-
Dan Abramov authored
-
Ville Immonen authored
* Update eslint-plugin-react and enable new rules New rules: * `react/no-danger-with-children` (yannickcr/eslint-plugin-react#710) * `react/no-find-dom-node` (yannickcr/eslint-plugin-react#678) * `react/style-prop-object` (yannickcr/eslint-plugin-react#715) * Remove react/no-find-dom-node for now
-