- 17 Jan, 2018 1 commit
-
-
Ro Savage authored
* Add css modules with [name].modules.css file convention * Add e2e for CSS Modules * Updated based on feedback * Change css modules class name to be deterministic and fix licences * Update css modules class naming convention
-
- 09 Jan, 2018 1 commit
-
- 26 Sep, 2017 1 commit
-
-
Sophie Alpert authored
* File headers BSD+Patents -> MIT * BSD+Patents -> MIT
-
- 28 Jun, 2017 1 commit
-
-
Dan Abramov authored
-
- 14 May, 2017 1 commit
-
-
Siddharth Doshi authored
* Blacklist confusing global variables * Blacklist globals * Fix kitchensink test to lint * Edit the list * Use no-restricted globals for this
-
- 08 May, 2017 1 commit
-
-
Dan Abramov authored
* Revert "Ignore the yarn cache directory (#2063)" This reverts commit 94149c77. * Revert "Forbid using window properties as global variables (#1840)" This reverts commit 5a7d8e89.
-
- 05 May, 2017 1 commit
-
-
Siddharth Doshi authored
* Forbid using window properties as global variables * Change globals list to match Standard. * Fix globals
-
- 25 Apr, 2017 1 commit
-
-
Joe Haddad authored
-
- 15 Apr, 2017 1 commit
-
-
Joe Haddad authored
-
- 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 1 commit
-
-
Dan Abramov authored
-
- 15 Feb, 2017 1 commit
-
-
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
-
- 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.
-
- 08 Feb, 2017 1 commit
-
-
Joe Haddad authored
-
- 30 Jan, 2017 2 commits
-
-
Valerii authored
- code style
-
Fabrizio Castellarin authored
* E2E: run tests when react is ready * Entangle e2e with callbacks * Remove unused e2e lines
-
- 23 Jan, 2017 1 commit
-
-
Fabrizio Castellarin authored
* Use a more sophisticated template for end-to-end testing. * Not publish integration tests to npm * Use "commander" for cli argv handling * Handle different scripts version forms and exits without a name given * Prepare the commands for testing with a template * Fix dev "template" path * Add various features to test * Test various features separately * Test language features * Comment unused e2e.sh lines * Add "development" tests * Test environment variables * Test webpack plugins * Replace kitchensink README * Switch integration tests from jest to mocha * Use `fs-extra` * Use the correct folders * Do some cleanup * Print a better message for `--template` * Test `npm start` with and without https * Separate fast e2e testing from kitchensink testing * Hide `--internal-testing-template` (former `--template`) CLI option
-