- 11 Feb, 2017 19 commits
-
-
Blaine Kasten authored
* Suggest jest-enzyme for simplifying test matchers * Update README.md * Update README.md
-
Joe Haddad authored
* Upgrade webpack * Address more webpack v2 ... * Update html-webpack-plugin * Remove LoaderOptionsPlugin from dev config * ExtractTextPlugin still uses webpack 1 syntax ... and doesn't support complex options (yet) * Grammar nit * Update extract text webpack plugin * - Remove webpack.LoaderOptionsPlugin - Update deps * Lerna hoists packages * Update extract-text-webpack-plugin * Update webpack-dev-server * Remove imports for the tests * stop removing babelrc
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Joe Haddad authored
- babel-preset-react-app@2.1.0 - create-react-app@1.0.4 - eslint-config-react-app@0.5.1 - react-dev-utils@0.5.0 - react-scripts@0.9.0
-
Joe Haddad authored
-
Joe Haddad authored
* Upgrade dependencies * Re-add caret
-
Anders D. Johnson authored
* fix: add yarn gitignores to template * fix: add yarn gitignores to root * fix: add wildcard to npm-debug.log ignore
-
Dan Abramov authored
-
Joe Haddad authored
-
Dan Abramov authored
-
Joe Haddad authored
* Add test cases to evaluate increased CI time * Add positive test cases * Add negative cases * Test default behavior * Exit on failure * Fix test
-
Dan Abramov authored
-
Brandon Istenes authored
* Make build exit with error code when interrupted This addresses issue #1493. Current behavior is that `npm run build` exits code 0 without creating a bundle when interrupted. This change makes the build script catch catchable interruptions and exit with the appropriate error code. * Better error messages for kill signals * Don't catch SIGINT Ctrl+C should exit silently, and already produces a non-zero exit code when sent to the console while `npm run build` is running. Exit code 0 is produced if SIGINT is sent directly to the `node build.js` process, but this is unlikely to happen. A SIGINT handler in `build.js` will also be triggered by Ctrl+C in the console, potentially producing unnecessary noise. * Style fix * No changes needed to build.js Problem is coming from the parent process, `react-scripts` * Make react-scripts script handle signals * Clarify context
-
- 10 Feb, 2017 4 commits
-
-
Joe Haddad authored
* Add Advanced Configuration section * Reference package.json instead * Add HOST, HTTPS, and CI * Switch wording from Amazon to a CDN * Add test runner comment * Add top-level README link * Simplify wording * Link to relevant docs * Link to apps * Add .env link * Simpler links * Add a CI flag note
-
Thibault Derousseaux authored
* Fix paths in CSS files when homepage is set to "./" In the production build, ExtractTextPlugin is used to generate a separate CSS file instead of injecting style through JavaScript. This plugin does not work well by default with nested output structure. To fix it, we give it a relative publicPath pointing to the build folder. * Add section in README to explain how to make builds deployable anywhere * Apply review requested change * Apply review changes 2
-
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.
-
Jih-Chi Lee authored
* Make all vars accessiable in index.html * Fix wrong env provieded to DefinePlugin * Separate results from getClientEnvironment * The `string` should be object instead of string * Fix accessing wrong field * Changed variables naming to `raw` and `stringified` * Remove trailing commas
-
- 09 Feb, 2017 4 commits
-
-
pd4d10 authored
-
Calvin Webster authored
* clarifying the use of custom environment variables * Tweak
-
Chandan Rai authored
-
RodrigoHahn authored
Updated README.md to refer to the current rebranding.
-
- 08 Feb, 2017 3 commits
-
-
Ro Savage authored
-
Jay Phelps authored
-
Joe Haddad authored
-
- 04 Feb, 2017 2 commits
- 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
-
- 27 Jan, 2017 1 commit
-
-
creynders authored
ATM if react-scripts is (erroneously) declared in `dependencies` instead of `devDependencies` or isn't declared at all, the `eject` script will fail half-way. This change makes it more robust, react-scripts will be removed from either, if present.
-
- 26 Jan, 2017 1 commit
-
- 24 Jan, 2017 3 commits
-
-
Dan Abramov authored
-
Jonathan Kim authored
-
Alex Driaguine authored
* Added Rails link to User Guide * docs: unify sections for rails and node backend integration * docs: fix faulty link and indentation
-
- 23 Jan, 2017 1 commit
-
-
Vasiliy Taranov authored
* Add causes of dev server not detecting changes Add causes of `npm start` not detecting changes to Troubleshooting chapter of User Guide * Reworded slightly * Update README.md
-