- 05 Dec, 2016 1 commit
-
-
Dan Abramov authored
-
- 21 Nov, 2016 1 commit
-
-
Ville Immonen authored
* Remove bundledDependencies * Change the e2e scripts to use local file dependencies instead of bundledDependencies to test the packages
-
- 20 Nov, 2016 1 commit
-
-
Stefan authored
Loads all files not already handled by other loaders. Also, switch image loading from file loader to url-loader.
-
- 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
-
-
Dan Abramov authored
* Clean up e2e script * Link to local packages after ejecting
-
- 22 Sep, 2016 2 commits
-
-
Ville Immonen authored
Only copy our own packages to bundledDependencies in the e2e test
-
Ville Immonen authored
* Fix the e2e test In the end-to-end test, we want to test all the latest packages from the monorepo instead of the versions from npm. To do this we will now: * run `lerna bootstrap` in the repo root folder before packaging react-scripts * bundle the deps like we do for releases, so the e2e test uses those packages * Fix copy-pasted comment
-
- 19 Sep, 2016 3 commits
-
-
Dan Abramov authored
-
Ville Immonen authored
-
Wei Zhu authored
-
- 03 Sep, 2016 2 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
- 02 Sep, 2016 3 commits
-
-
Dan Abramov authored
-
Dan Abramov 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)
-
- 01 Sep, 2016 2 commits
-
-
Dan Abramov authored
Fixes #532
-
Dan Abramov authored
* Update Jest * Remove default snapshot test * Fix a few things * Add a simple default test * App.spec.js -> App.test.js * Fix e2e test * Bump Jest
-
- 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
-
- 05 Aug, 2016 1 commit
-
-
Matt Brennan authored
-
- 01 Aug, 2016 1 commit
-
-
Christoph Pojer authored
-
- 29 Jul, 2016 2 commits
-
-
Dan Abramov authored
* Use /static paths for assets * Fix e2e test
-
Dan Abramov authored
I think this should solve #258
-
- 27 Jul, 2016 1 commit
-
-
Lawson Kurtz authored
* Improve error handling in E2E script * Expose e2e.sh as npm test script
-
- 22 Jul, 2016 3 commits
-
-
Max authored
-
Max authored
-
Keyan Zhang authored
* dogfood eslint config * moved linting to e2e
-
- 21 Jul, 2016 1 commit
-
-
Dan Abramov authored
-
- 20 Jul, 2016 3 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
- 18 Jul, 2016 1 commit
-
-
Christopher Chedeau authored
-