- 05 Mar, 2017 3 commits
-
-
Chris Drackett authored
* updating eslint to 3.16.1 * add support for ignoreRestSiblings in eslint http://eslint.org/docs/rules/no-unused-vars#ignorerestsiblings * updating eslint to 3.16.1 in `react-scripts` * updating eslint * missing `^` * missing ^ * pinning main eslint and updating readme * Pin ESLint version
-
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
-
- 04 Mar, 2017 2 commits
-
-
pd4d10 authored
Remove unused `url` import in Webpack config
-
Daniel Grant authored
* Refactor start script into modules * Move dev server config into config file * Replace eject file whitelist with a "remove-file-on-eject" flag * Move utils into scripts folder (for inclusion in ejection) * Add missed changes * Pass showInstructions as an argument * Fix eject bug * Don't eject babelTransform
-
- 02 Mar, 2017 2 commits
-
-
Simen Bekkhus authored
-
Dan Abramov authored
-
- 01 Mar, 2017 2 commits
-
-
Myk Klemme authored
-
Dan Abramov authored
- create-react-app@1.2.0 - react-scripts@0.9.3
-
- 28 Feb, 2017 2 commits
-
-
Johann Hubert Sonntagbauer authored
-
Dan Abramov authored
-
- 27 Feb, 2017 1 commit
-
-
Ryan Sullivan authored
-
- 26 Feb, 2017 3 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
Joe Haddad authored
- babel-preset-react-app@2.1.1 - create-react-app@1.1.0 - eslint-config-react-app@0.5.2 - react-dev-utils@0.5.1 - react-scripts@0.9.1
-
- 25 Feb, 2017 1 commit
-
-
Joe Haddad authored
* Test basic import syntax * Compile import() in test, only support syntax otherwise
-
- 24 Feb, 2017 17 commits
-
-
Dan Abramov authored
-
Matt Crampton authored
* Setting a dynamic port value for the pushstate-server URL text after a build is completed * Fixing merge conflict
-
Joe Haddad authored
Resolves #1417 and #1498.
-
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
-
chyipin authored
Use the configured appBuild value in paths.js instead of hard-coding it to 'build'. This is helpful for the ejected case where the appBuild path is changed to another folder name.
-
Ade Viankakrisna Fadlil authored
* Enable eslint caching in development POC for https://github.com/facebookincubator/create-react-app/issues/740. Haven't found any problem, build times improved about 1s on my project and machine. * Bump eslint-loader to 1.6.3 * move @remove-on-eject block to persist cache config on eject
-
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
-
wtgtybhertgeghgtwtg authored
-
Valerii Sorokobatko authored
* remove bin files after eject defined at package.json * add swallowing try/catch
-
myappincome authored
Add documentation for customizing Bootstrap theme
-
Johann Hubert Sonntagbauer authored
* (feat): add webpack validation error logging * Style nit * Style tweak * Style nit
-
Bond authored
* Document debugging in the browser. * Styling
-
Valerii Sorokobatko authored
* add npm-link support * - remove extra veriable - simplify condition * update code after review: - remove utils/isReactScriptsLinked - add appPath and ownPath to paths.js (but only for "before eject" export case) * update code after review: - remove utils/isReactScriptsLinked - add appPath and ownPath to paths.js (but only for "before eject" export case) * update code after review: - remove utils/isReactScriptsLinked - add appPath and ownPath to paths.js (but only for "before eject" export case) - remove "if" block for fs.removeSync(ownPath) at ejec.tjs * change ownPath value
-
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
-
- 23 Feb, 2017 2 commits
-
-
Joe Haddad authored
-
Jirat Ki authored
* Install react and react-dom along with react-scripts - Install react, react-dom and react-script in a same time - Move react-scripts to devDependencies. * Check if react, react-dom has been already installed - To backward compatibility with old CRA’s cli - In case old CRA doesn’t install react, react-don along with react-scripts * Use packageName to find script dependency - use packageName to find dependency - fix pathExists.sync * Check dependencies.react in package.json instead of actual files * Process exit when dependencies not found - Show error and exit when dependencies not found. - Log install show custom package name * Remove template string * Install dependencies if template is preseted * Remove dangling comma Resolves #1239
-
- 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
-
- 18 Feb, 2017 1 commit
-
-
Mato Ilic authored
-
- 16 Feb, 2017 2 commits
-
-
Dan Abramov authored
-
Mohammad Kermani authored
Update links to jest expect function.
-
- 15 Feb, 2017 1 commit
-
-
Alessandro Burato authored
-