- 27 Jul, 2016 7 commits
-
-
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 10 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
-
Max Stoiber authored
* Move setup instructions to CONTRIBUTING.md * Reword setup instructions slightly
-
Max Stoiber authored
Ref #92
-
Max Stoiber authored
Ref #156 Not sure if we can simply delete the line and that'll disable it, so I went with setting it to 0. Let me know!
-
Max Stoiber authored
-
Greg Gamel authored
Missing letter added.
-
Krish Munot authored
-
- 23 Jul, 2016 5 commits
-
-
Alex authored
-
Conor Hastings authored
-
Glenn Reyes authored
* Resolve imported CSS files from anywhere * Resolve imported CSS files from src and node_modules folder only Closes #103
-
Cory House authored
-
Shu Uesugi authored
-