- 01 Oct, 2018 13 commits
-
-
Dan Abramov authored
-
Marek Suscak authored
* Document importing SVGs as React components * Update README.md
-
Dan Abramov authored
-
Dan Abramov authored
* Format SVG React snapshots as <svg> tag with props * Keep output simpler
-
Fabrizio Cucci authored
Replace `src/setupTests.js` with `src/setupProxy.js`.
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
* Test flow types are stripped before class properties are transformed * Do not search multiple levels deep * Revert "Do not search multiple levels deep" This reverts commit 5b5324da. * Add missing file for test script to boot * Make sure src and node modules are ignored * Fix error * derp * fix test * Drop unneeded check
-
Jeffrey Posnick authored
* Updates to README to reflect Workbox usage. * Update README.md * Update README.md
-
Joe Haddad authored
* Strip flow syntax before any other transform Plugins run before presets so we can't use the flow preset * Add informative comment
-
- 30 Sep, 2018 3 commits
-
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
* Only install react-scripts in CI mode * Link locally * Re-enable all output tests *
Polish webpack output * Test sass support message * Add more tests, but disabled * Format missing default export error * Format aliased import * Why was node-sass required? Odd * Format webpack rejection error * Re-enable unknown package test * Format file not found error and catch module scope plugin error * Re-disable case sensitive paths * Intercept and format case sensitive path errors * Test out of scope message formatting * Run behavior on macOS * Run behavior on Node 8 and 10, only Node 8 for macOS * Add some debugging * Update matcher * Only check stderr * Remove old snapshot * More debug * Remove debug * Add new debug * Disable test on linux * Add comment for future
-
- 29 Sep, 2018 5 commits
-
-
Joe Haddad authored
* Remove thread-loader After the cache is warm, it is possible for thread-loader to hurt speed * Disable babel output formatting
-
Daniel Wang authored
* Add additional troubleshooting for Github Pages * Update README.md
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
* Correctly lookup assets when using a relative build directory * Hah, var ... * Add e2e test for relative paths * Format svg
-
- 28 Sep, 2018 7 commits
-
-
Joe Haddad authored
-
Maël Nison authored
-
Maël Nison authored
* Forwards args through thread-loader * Comments & dev
-
Joe Haddad authored
-
Joe Haddad authored
- babel-preset-react-app@5.0.0 - react-app-polyfill@0.1.1 - react-dev-utils@6.0.1 - react-error-overlay@5.0.1 - react-scripts@2.0.1
-
Joe Haddad authored
-
Joe Haddad authored
* Run smoke tests with Jest * Get a unique port for smoke test * Upgrade verdaccio across the board * Drop unneeded step * Try latest instead * Boot registry in home directory * Correct config path * Add mutex * Test webpack message formatting * Strip color * Add browserslist to default * Disable another broken feature
-
- 27 Sep, 2018 12 commits
-
-
Ian Sutherland authored
* Switch back to babel-loader * Preserve existing caller options. Use Object.assign instead of object spread. * Updated filename in package.json * Update comment about cache identifier * Update macro check to use a regex * Move macro check regex out of function
-
Joe Haddad authored
* Add new behavior e2e test script * Add output for transparency
-
Marek Suscak authored
-
Joe Haddad authored
* Remove runtime alias hack * Pass absolute path to preset * Change comment * Give a relative path to absolute runtime * Clean up config * Tweak again * Make absolute runtime the default * Remove runtime package from error overlay
-
Joe Haddad authored
-
Viktor Havrylin authored
-
David Moodie authored
* Add workbox service worker functionality * Remove debug * Set workboxConfig for when there isn't a cra config file * Remove workbox configuration options as c-r-a isn't planning on supporting optional configuration * Remove c-r-a config path from paths * Add workbox service worker functionality * Remove c-r-a config path from paths * Inline the webpack workbox config * Use settings reccommended by @jeffposnick https://github.com/facebook/create-react-app/pull/4169/#issuecomment-422963072 * Fallback to public url index.html, not root * Add one comment * Update comment * Correct regex
-
Joe Haddad authored
-
Joe Haddad authored
-
Maël Nison authored
-
Joe Haddad authored
* Output CSS sourcemaps in separate file * explain options
-