Ville Immonen
bcc469c9a5
Support Yarn ( #898 )
...
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.
2016-11-17 22:55:00 +02:00
Fatih
ca443abe62
Enable compression on webpack-dev-server ( #966 ) ( #968 )
2016-10-28 13:41:51 +01:00
Brian Ng
909d938166
Fix some typos ( #809 )
2016-10-01 12:13:42 +03:00
vaibhav
37819ee8ef
added link to better visualizing tool ( #764 )
...
issue here #762
2016-09-26 14:06:46 +01:00
Dan Abramov
9cce0fb59f
Add syntax error overlay in development ( #744 )
...
* Add syntax error overlay in development
* Support HMR being disabled
* Tweak CSS
2016-09-25 11:31:10 +01:00
Kasper Peulen
500fb749e0
simplify protocol === "https" ? true : false to protocol === "https" ( #730 )
2016-09-24 00:27:20 +01:00
Dan Abramov
e5bf5af296
Extract some utilities into a separate package ( #723 )
...
* Extract some utilities into a separate package
* Add utils dir to `files` in package.json
* Do not create an empty `utils` dir on eject
2016-09-23 20:53:08 +01:00
ekaradon
fbccb820bb
Add host as adjustable parameter through env variables ( #717 )
...
* Add host as adjustable parameter through env variables
eg: `HOST=test.dev.local npm start`
* Style nit
2016-09-23 15:01:35 +01:00
Ayrton De Craene
8e5183ac1b
Load environment file in development ( #695 )
...
* Load environment file via dotenv if .env file is present
* Document loading environment variables in .env file
* Minor doc tweaks
2016-09-23 11:59:38 +01:00
Aeneas
2050174631
openBrowser() causes docker-compose set ups to fail because of spawn EACCESS ( #711 )
...
* 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
2016-09-23 11:33:23 +01:00
Dan Abramov
bc6392afaf
Add support for public/ folder ( #703 )
2016-09-22 21:25:34 +01:00
Ville Immonen
26464096d5
Set up a monorepo with Lerna
2016-09-19 10:52:19 +03:00