- 11 May, 2017 8 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Siddharth Doshi authored
-
Joe Haddad authored
* Add get-source-map tests * Fixtures shouldn't be formatted * Add mapper tests * Add stack-frame tests * Add more util tests * Add unmapper tests * Add parser tests * Switch to snapshots * Snapshot more
-
Dan Abramov authored
-
Joe Haddad authored
- 10 May, 2017 3 commits
-
-
Joe Haddad authored
* ༼ つ ◕_◕ ༽つ stack-frame-overlay * Fix linting * Remove auto overlay * Fix e2e * Pull in the rest * Appease flow * Correct dep * Remove old repo references * Check flow on test * Test overlay in e2e * Add cross env * Rename package * Make sure it gets built post-install * Update the README * Remove extra builds now that there's a postinstall script * Revert "Remove extra builds now that there's a postinstall script" This reverts commit 8bf601db. * Remove broken script * Fix some dev ergo
-
Joe Haddad authored
-
Dan Abramov authored
* Prettify errors and warnings for Webpack 2 * Update formatWebpackMessages.js
-
- 09 May, 2017 2 commits
-
-
Ian Schmitz authored
* Bump minimal Node version to 4.7.0 * Bump minimal Node version to 4.7.0 Modified additional files that needed a bump to 4.7.0 minimum node version * Bump minimal Node version to 4.7.0 Reverse changes to packages/create-react-app/index.js as this file needs to continue to work on Node 0.10+ * Bump minimal node version to 6 * Bump minimal node version to 6 * Bump minimal node version to 6
-
Dan Abramov authored
-
- 08 May, 2017 2 commits
-
-
Dan Abramov authored
* Revert "Ignore the yarn cache directory (#2063)" This reverts commit 94149c77. * Revert "Forbid using window properties as global variables (#1840)" This reverts commit 5a7d8e89.
-
Jeremy Morrell authored
-
- 05 May, 2017 1 commit
-
-
Siddharth Doshi authored
* Forbid using window properties as global variables * Change globals list to match Standard. * Fix globals
-
- 04 May, 2017 1 commit
-
-
Scott Ranger authored
-
- 03 May, 2017 1 commit
-
-
Dan Abramov authored
-
- 02 May, 2017 1 commit
-
-
David Ascher authored
* Fix instructions for serving with now Not sure if new, but the `--single` flag is now important. * Keep it shorter
-
- 01 May, 2017 3 commits
-
-
Lufty Wiranda authored
* Update README.md * Update README.md
-
Dan Abramov authored
* Suggest to create .eslintrc for IDE lint plugins * Update README.md * Update README.md
-
Jeremy Stucki authored
* Define dev chunk names Fixes #2046 * Add comment
-
- 28 Apr, 2017 1 commit
-
-
Tim Welch authored
-
- 25 Apr, 2017 5 commits
-
-
Joe Haddad authored
-
Ben Pickles authored
-
Joe Haddad authored
-
Joe Haddad authored
* Modularize and extract crashOverlay to iframe * Do not break words * Disable warning overlay * Use CJS imports
-
Joe Haddad authored
-
- 24 Apr, 2017 1 commit
-
-
Joe Haddad authored
-
- 22 Apr, 2017 3 commits
-
-
Michael Wayman authored
* resolves facebookincubator/create-react-app#1986 updates CSS Preprocessor docs to include information on node-sass-chokidar alternative to node-sass * Update README.md
-
Joe Haddad authored
-
Ade Viankakrisna Fadlil authored
Minify and map css
-
- 21 Apr, 2017 1 commit
-
-
Buns Shar authored
* Change proxy localhost to I27.0.0.1 for windows * Update comment * resolve localhost IP with DNS lookup on windows * Fix CI errors * Promisify addWebpackMiddleware * Remove Node 6 syntax * Update addWebpackMiddleware.js * Actually use the resolved proxy
-
- 19 Apr, 2017 5 commits
-
-
Marco Fugaro authored
* removed redundant already default options in UglifyJsPlugin * re-enabled remove comments Uglify option JSDoc-style comments weren't being removed
-
Igor Ramos authored
* Node.js serving with absolute path It’s safer to use the absolute path of the directory that you want to serve, in case you run the express app from another directory. * Update README.md
-
anilreddykatta authored
-
anilreddykatta authored
* Adding folder structure to help people navigate through project. It helps in resolving issues by providing brief description of each package and its purpose * Removing unnecessary packages from Folder structure heading * Update CONTRIBUTING.md
-
Gabriel Aumala authored
Pass the host from environment variable as argument of the devServer's listen function instead of a field of options object. Set the default host to 0.0.0.0 instead of localhost.
-
- 15 Apr, 2017 2 commits
-
-
Joe Haddad authored
-