- 28 Jul, 2016 2 commits
-
-
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 11 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
This is frustrating with shells like `fish` that track directory moves
-
Héliton Nordt authored
It helps to maintain consistency with React docs
-
Héliton Nordt authored
-
Héliton Nordt authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Kevin Lacker authored
allow 2 * x + 1
-
Kevin Lacker authored
-
Amjad Masad authored
-
- 25 Jul, 2016 7 commits
-
-
Dan Abramov authored
This way the one generated by `init.js` doesn’t get overwritten later. This fixes #149 which got broken as part of #94
-
Dan Abramov authored
-
breaddevil authored
update webpack css include path, allow files to be loaded from the project root node_modules folder. (#178)
-
Ethan Cohen authored
This project is a really good use case to apply some accessibility rules to the lint config. For beginners getting started with React, we can also teach/enforce basic accessibility rules in the web at author time. For now, I’ve just applied to the rules that are listed in `eslint-config-airbnb` because these are most real-world tested, and we can continue to add. Happy to help if there are any questions/issues/concerns about the plugin!
-
Forbes Lindesay authored
-
Kevin Lacker authored
fix cdpath bug
-
Kevin Lacker authored
-
- 24 Jul, 2016 4 commits
-
-
Dan Abramov authored
* Provide instructions on GH Pages deploy * Add docs for GH Pages deployment * Prevent incorrect paths in file-loader * Minor message tweaks * Update README.md * Fix relative paths
-
Donald Hruska authored
* Don't assume the project is hosted at the root * Require package.json in webpack.config.prod.js and use homepage if set; otherwise use '/' * Fix package.json path and add sample package.json for tests * Update publicPath to use relative path portion of URL defined in homepage * Update successful bundle generation message * Show bundle generation success message based on presence of homepage in package.json
-
Can Göktas authored
-
Keyan Zhang authored
* explicitly specify ESLint config path for editor plugins * changed to use single quote
-