- 19 May, 2017 1 commit
-
-
Dan Abramov authored
-
- 17 May, 2017 1 commit
-
-
Jeffrey Posnick authored
* sw-precache-webpack-plugin, SW registration, manifest.json * Documentation + a few SW tweaks. * Added an unregister method, too, just in case. * More info for the READMEs. * Add minify to SWPrecacheWebpackPlugin config * Fix SWPrecacheWebpackPlugin typo * Fix file references in READMEmd * Add instructions for testing service-worker locally * Review feedback * Some additional PWA metadata * Use sw-precache-webpack-plugin v0.9.1 for node >=4.0.0 support * Review feedback. * Add manifest.json context in a comment. * Fix typo * Downgrade to sw-precache-webpack-plugin 0.9.1 * Hide changes in README until 1.0 * Hide changes in User Guide until 1.0 * Hide more docs
-
- 16 May, 2017 1 commit
-
-
Dan Abramov authored
* Ignore Moment.js locales by default * Update README.md
-
- 15 May, 2017 1 commit
-
-
Gabriel Aumala authored
* Support node scripts in BROWSER Modify OpenBrowser.js to run node scripts specified with the BROWSER environment variable . If the value of the BROWSER environment variable ends with '.js' a child process is spawned to execute the script with node.js. Any arguments passed to npm start are also passed to this script, as well as the url where the app is served. The command executed in the child process is: node <pathToScript> [OPTIONS] <url> Update User Guide. * Tweak code style * Pin dep * Comment out 0.10 docs
-
- 12 May, 2017 3 commits
-
-
Cesar Varela authored
-
Valerii Sorokobatko authored
* support different env configs. * fomrat code * Hide doc * Slightly rework the PR * Remove .env in default template * Use just one entry in the paths * Unify env.js and loadEnv.js * Oops, forgot these folks
-
Kelly authored
* update readme with fix from https://github.com/facebookincubator/create-react-app/issues/1939 * update with better globbing * added note * updating with a note and reverting previous changes * how about this? * refactor * added note about new files back in after verifying locally * spaces back in, sorry was my editor! * removed note about new files :) * added bullet about new files issue currently open on node-sass
-
- 04 May, 2017 1 commit
-
-
Scott Ranger 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 2 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
-
- 25 Apr, 2017 1 commit
-
-
Ben Pickles authored
-
- 22 Apr, 2017 1 commit
-
-
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
-
- 19 Apr, 2017 1 commit
-
-
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
-
- 14 Apr, 2017 1 commit
-
-
Joseph Race authored
-
- 09 Apr, 2017 1 commit
-
-
Dan Abramov authored
-
- 05 Apr, 2017 1 commit
-
-
Tom Canac authored
* Fix npm to yarn * yarn & npm * Update index.html * Switch ordering of suggestion We should suggest NPM first for new users.
-
- 22 Mar, 2017 1 commit
-
-
Jonathan authored
* Adding shrink-to-fit=no for proper responsive handling on Safari 9+
-
- 21 Mar, 2017 1 commit
-
-
Stoicescu Cristi authored
* Removed blockquote from code section * Fix the fix
-
- 18 Mar, 2017 1 commit
-
-
Dan Abramov authored
-
- 08 Mar, 2017 1 commit
-
-
Leo Lamprecht authored
* Suggest `serve` for serving the `build` directory * How to handle it with Node in prod (or other platforms) * Pretty newline added * Adjusted default port of static server * Remove `open` command from output * Removed constant assignment * Better explanation for not using having to use a static server * Cute newline added * Style nits
-
- 07 Mar, 2017 3 commits
-
-
Andres Suarez authored
[skip ci]
-
Valerii Sorokobatko authored
* mv create-react-app/index.js -> create-react-app/creteReactApp.js * update to modern code style * var -> cosnt * set trailing-coma to es5 for prettier
-
Rory Hunter authored
* Whitelist files that can be embedded through url-loader Change the current catch-all loader to use file-loader instead of url-loader, and exclude common image file extensons. Add another url-loader for images, configured identically to the original catch-all loader. Part of issue #1293. * Update tests to reflect change in loader config * Integration test fix * More CI fixes * Work around broken loader-utils behaviour in integration tests * Revise the documentation around file loading * Documentation tweaks * Docs tweak * Update test now that webpack/loader-utils has been updated * Update react-scripts to depend on babel-loader@7.0.0-alpha.2 * Bump deps
-
- 05 Mar, 2017 3 commits
-
-
Bond authored
* Bump jsx-a11y version * Update package dependecy for jsx-a11y * Bump version in react-scripts
-
Ryan Platte authored
* Update now.sh deployment instructions. Incorporates changes announced at https://zeit.co/blog/now-static that streamline Now deployments from CRA projects. * Remove unintentional reference to deployed app. No emergency; just didn't intend to tout or send traffic to my prototype.
-
Ade Viankakrisna Fadlil authored
* Add docs for apache's client side routing setting * Tweak advice
-
- 02 Mar, 2017 1 commit
-
-
Dan Abramov authored
-
- 01 Mar, 2017 1 commit
-
-
Myk Klemme authored
-
- 27 Feb, 2017 1 commit
-
-
Ryan Sullivan authored
-
- 24 Feb, 2017 8 commits
-
-
sbritoig authored
* adding a note on how to resolve "Could not find a required file." deployment errors because of deleted or ignored files * Tweak * Unrelated style nits
-
Charlie Gleason authored
* Added a how-to on react-snapshot Added a section with a short description and link to a tutorial on generating static html pages with react-snapshot, and also linked to it from the section on managing the page title. * Updated link title for react-snapshot overview * Explained pre-rendering in a more generic way * Added link to top level README.md, and removed specifics from overview * Updated html -> HTML * Updated quotes and apostrophes * html -> HTML * Fix link
-
myappincome authored
Add documentation for customizing Bootstrap theme
-
Bond authored
* Document debugging in the browser. * Styling
-
Dan Abramov authored
-
Joe Woodhouse authored
* Add note about when to import bootstrap CSS. * Tweak
-
SBrown52 authored
* Update flow configuration documentation The documentation was missing creating the .flowconfig file * Update flow configuration documentation Adding in suggested changes * Wording * Wording
-
Michael DeRazon authored
* add a comment about NODE_ENV value set to 'production' during build step https://github.com/facebookincubator/create-react-app/issues/790#issuecomment-281986264 * Move words around
-
- 22 Feb, 2017 1 commit
-
-
Alexander James Phillips authored
* Add note for using CHOKIDAR_USEPOLLING in virtual machines to enable HMR * Use br in react-scripts template README md * Use br in md for new line breaks * Update troubleshooting HMR to allow for VMs running Windows * Fix up the instructions
-
- 16 Feb, 2017 1 commit
-
-
Mohammad Kermani authored
Update links to jest expect function.
-