- 12 May, 2017 1 commit
-
-
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
-
- 07 Mar, 2017 1 commit
-
-
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
-
- 06 Mar, 2017 2 commits
-
-
Valerii Sorokobatko authored
* fix eject for linked react-scripts * path.resolve => resolveApp
-
Dan Abramov authored
-
- 05 Mar, 2017 1 commit
-
-
Dan Abramov authored
* Read script names from own bin instead of guessing This fixes ejecting from a fork that uses a different bin script name. * Fix ejecting for a scoped react-scripts fork We shouldn't hardcode react-scripts because fork name might differ. We also shouldn't rely on it being an immediate child because scoped packages are a level deeper. * Clarify that own* properties only exist before ejecting
-
- 24 Feb, 2017 1 commit
-
-
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
-
- 10 Feb, 2017 1 commit
-
-
Joe Haddad authored
* Add `PUBLIC_URL` env variable for advanced use (#937) * Add support for `PUBLIC_URL` env variable * Remove unnecessary duplications * Simplify served path choice logic * Honor PUBLIC_URL in development * Add e2e tests Enables serving static assets from specified host.
-
- 07 Dec, 2016 1 commit
-
-
Dan Abramov authored
-
- 20 Nov, 2016 1 commit
-
-
Fabrizio Castellarin authored
-
- 17 Nov, 2016 1 commit
-
-
Ville Immonen authored
In the `create-react-app` command, try to install packages using Yarn. If Yarn is not installed, use npm instead. In `react-scripts`, detect if the project is using Yarn by checking if a `yarn.lock` file exists. If the project is using Yarn, display all the instructions with Yarn commands and use Yarn to install packages in `init` and `eject` scripts.
-
- 07 Oct, 2016 1 commit
-
-
James Danger Hycner authored
-
- 22 Sep, 2016 1 commit
-
-
Dan Abramov authored
-
- 19 Sep, 2016 1 commit
-
-
Ville Immonen authored
-
- 18 Sep, 2016 1 commit
-
-
Vincent Taing authored
-
- 16 Sep, 2016 1 commit
-
-
Moti Zilberman authored
* Resolve app paths from realpath of CWD, fix #637 * Use new resolveApp() for NODE_PATH too
-
- 02 Sep, 2016 4 commits
-
-
Gael du Plessix authored
-
Dan Abramov authored
-
Jimmy Miller authored
-
Jiansen HE authored
tagging dev-only code (@remove-on-publish-begin/end) and pre-eject-only code (@remove-on-eject-begin/end) #257 (#257)
-
- 12 Aug, 2016 1 commit
-
-
Andrey Popp authored
* Load favicon through html-loader. Fixes #291. * Add test for *.ico in e2e test suite * Configure html-loader to process <link href="..."> * Address feedback on html-loader inclusion. * Place favicon.ico at the root of the build dir * Make comment style consistent between prod and dev webpack configs * Fix html-loader config in dev mode
-
- 29 Jul, 2016 1 commit
-
-
Dallon Feldner authored
* Symlink-friendly path resolution I was having difficulties using a local copy of `react-scripts` and `npm link`ing it into a real world project. This change resolves paths relative to the current working directory (that is, most likely the directory of the app) rather than assuming a certain directory structure. * Fix relative paths in post-eject case because I'm an idiot * Renamed resolveLib to resolveOwn
-
- 25 Jul, 2016 1 commit
-
-
Dan Abramov authored
-