- 24 Feb, 2017 19 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
-
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
-
Mo Binni authored
* Implemented a version check of npm to give a soft tip during the install procedure and fixed gitignore * Moved NPM check to method, it is only executed when you use NPM and the version is < 3. * Minor formatting tweaks * Simplify the code * Remove unnecessary change
-
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
-
Daniel Riquelme authored
To avoid file conflict issue with IJ static web projects
-
myappincome authored
Add documentation for customizing Bootstrap theme
-
Tharaka Wijebandara authored
-
Johann Hubert Sonntagbauer authored
* (feat): add webpack validation error logging * Style nit * Style tweak * Style nit
-
Dan Abramov authored
-
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 3 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
-
Tom Conroy authored
-
- 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
-
- 21 Feb, 2017 1 commit
-
-
Christophe Hurpeau authored
https://github.com/babel/babel/issues/4851 is closed
-
- 18 Feb, 2017 1 commit
-
-
Mato Ilic authored
-
- 17 Feb, 2017 1 commit
-
-
Eli Perelman authored
* Switch from Neo to Neutrino * Edited format to be consistent
-
- 16 Feb, 2017 4 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
Mohammad Kermani authored
Update links to jest expect function.
-
Dan Abramov authored
-
- 15 Feb, 2017 8 commits
-
-
Dan Abramov authored
-
Alessandro Burato authored
-
Darío Javier Cravero authored
-
kiran ps authored
-
Kees Kluskens authored
Resolves #1508
-
Joe Haddad authored
* Disable require.ensure * Replace require.ensure with import * Add babel plugin for parsing import() * Get the default * Upgrade babel-eslint to support dynamic import * Fix dep * Update deps
-
Dan Abramov authored
* Use Yarn latest in e2e * Here too * And here plz
-
- 13 Feb, 2017 2 commits
-
-
Joe Haddad authored
* Revert "Don't run CI on Node 0.10" * Install after checking node version * Don't use travis install
-
Alessandro Burato authored
* update CSS preprocessor instructions - Windows shell users should note that running two programs simultaneously is not supported. * fix the order of SASS build step - the suggested build step with integrated CSS preprocessing is wrong. The SASS preprocessor should run first, then the react-scripts build will pick the up-to-date final CSS * Add tweaks from PR discussion
-