- 29 Jul, 2016 6 commits
-
-
Joan Leon authored
-
Jose Vazquez authored
-
Dan Abramov authored
* Use /static paths for assets * Fix e2e test
-
Dallon Feldner authored
* Symlink-friendly path resolution I was having difficulties using a local copy of `react-scripts` and `npm link`ing it into a real world project. This change resolves paths relative to the current working directory (that is, most likely the directory of the app) rather than assuming a certain directory structure. * Fix relative paths in post-eject case because I'm an idiot * Renamed resolveLib to resolveOwn
-
Konstantin Tarkus authored
-
Dan Abramov authored
I think this should solve #258
-
- 28 Jul, 2016 16 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
* Update CHANGELOG.md * Update the changelog * Update CHANGELOG.md
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Konstantin Tarkus authored
-
Dan Abramov authored
This is the one people are converging on, and flow-vars may get deprecated.
-
Dan Abramov authored
This enables us to ship them now, and find a way to resolve runtime path without webpack later. See https://github.com/facebookincubator/create-react-app/issues/255
-
Dan Abramov authored
-
-
Dan Abramov authored
Fixes #260
-
Dan Abramov authored
-
John Weis authored
-
Dan Abramov authored
This seems to work best, both on Windows, OS X, and Linux
-
Dan Abramov authored
-
Stanislav Sysoev authored
Add aik as possible alternative for create-react-app
-
- 27 Jul, 2016 16 commits
-
-
Lawrence Wu authored
* Display JS and CSS bundle sizes after build * Print gzipped filesize, address nits * Use filesize for human readable output.
-
Lawson Kurtz authored
* Improve error handling in E2E script * Expose e2e.sh as npm test script
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
* Enable generators * Opt out of using helpers
-
Peter Indiola authored
Also fixes #194
-
Dan Abramov authored
Some libraries rely on it, and they work fine with browserify. Let’s just do the right thing here by default.
-
Dan Abramov authored
These work regardless of whether you already have a gh-pages branch.
-
Dan Thareja authored
-
Dan Abramov authored
-
Dan Abramov authored
It has a sane default port, gzip, and doesn’t aggressively cache index.html. Perfect.
-
Alex Zherdev authored
-
Dan Abramov authored
-
Dan Abramov authored
It has gzip built-in so the size numbers are closer to real world. Thanks @ForbesLindesay for the tip! Related to #228
-
Florian Goße authored
* Use keyword `warn` in eslint config We can use the keyword `warn` for rule configuration instead of a number. * Fix comment which where WARNING was replaced * Remove extra apostrophe
-
- 26 Jul, 2016 2 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-