- 15 May, 2017 2 commits
-
-
Dan Abramov authored
-
Joe Haddad authored
* Show network address on start * Tweak visual representation
-
- 14 May, 2017 2 commits
-
-
Ian Sutherland authored
-
Joe Haddad authored
* Temporarily fork detect-port * Fix get process id * Use different package * Unnecessary var
-
- 11 May, 2017 1 commit
-
-
Dan Abramov authored
-
- 10 May, 2017 1 commit
-
-
Joe Haddad authored
* ༼ つ ◕_◕ ༽つ stack-frame-overlay * Fix linting * Remove auto overlay * Fix e2e * Pull in the rest * Appease flow * Correct dep * Remove old repo references * Check flow on test * Test overlay in e2e * Add cross env * Rename package * Make sure it gets built post-install * Update the README * Remove extra builds now that there's a postinstall script * Revert "Remove extra builds now that there's a postinstall script" This reverts commit 8bf601db. * Remove broken script * Fix some dev ergo
-
- 09 May, 2017 1 commit
-
-
Ian Schmitz authored
* Bump minimal Node version to 4.7.0 * Bump minimal Node version to 4.7.0 Modified additional files that needed a bump to 4.7.0 minimum node version * Bump minimal Node version to 4.7.0 Reverse changes to packages/create-react-app/index.js as this file needs to continue to work on Node 0.10+ * Bump minimal node version to 6 * Bump minimal node version to 6 * Bump minimal node version to 6
-
- 25 Apr, 2017 1 commit
-
-
Joe Haddad authored
-
- 27 Mar, 2017 1 commit
-
-
Joe Haddad authored
* Upgrade webpack & related deps * Disable module transform (requires webpack 2+)
-
- 22 Mar, 2017 1 commit
-
-
Andrej Badin authored
Previous changes caused `detect-port` to pick random port on app startup. Update fixes this regression, `detect-port` pick next available port instead.
-
- 14 Mar, 2017 1 commit
-
-
Dan Abramov authored
* Fixes a silent crash when ejecting * Delete unnecessary files * Remove references to eslintrc in Webpack config * Fix lint * Correct ESLint CLI options
-
- 09 Mar, 2017 1 commit
-
-
Ryan Walters authored
* Run CI on Node 7 * Bump detect-port: 1.0.1 -> 1.1.0 * Run AppVeyor CI on Node 7
-
- 07 Mar, 2017 3 commits
-
-
Joe Haddad authored
-
Rory Hunter authored
* Whitelist files that can be embedded through url-loader Change the current catch-all loader to use file-loader instead of url-loader, and exclude common image file extensons. Add another url-loader for images, configured identically to the original catch-all loader. Part of issue #1293. * Update tests to reflect change in loader config * Integration test fix * More CI fixes * Work around broken loader-utils behaviour in integration tests * Revise the documentation around file loading * Documentation tweaks * Docs tweak * Update test now that webpack/loader-utils has been updated * Update react-scripts to depend on babel-loader@7.0.0-alpha.2 * Bump deps
-
Joe Haddad authored
* Switch to preset-env Disables webpack modules by enabling babel modules to resolve #1638 * Bump babel-core to match babel preset versions * Add uglify to targets
-
- 06 Mar, 2017 3 commits
-
-
Joe Haddad authored
- create-react-app@1.3.0 - eslint-config-react-app@0.6.1 - react-dev-utils@0.5.2 - react-scripts@0.9.4
-
Dan Abramov authored
-
Ade Viankakrisna Fadlil authored
* Temp rename * Rename to change the case * extract generic build functions to react-dev-utils * tweak package json files and move removeFileNameHash * revert removeFileNameHash * use paths.appBuild in printFileSizes * use paths.appBuild in removeFileNameHash * change curried functions to regular functions * add fs-extra to react-dev-utils deps * move getDifferenceLabel inside printFileSizes * inline copyPublicFolder * combine printFileSizes and removeFileNameHash to fileSizeReporter * fix typo * Tweak APIs and fix issues * Fix heading * Remove missing file * Newline * Newline * Trailing space * Update FileSizeReporter.js * Update build.js
-
- 05 Mar, 2017 3 commits
-
-
Joe Haddad authored
-
Bond authored
* Bump jsx-a11y version * Update package dependecy for jsx-a11y * Bump version in react-scripts
-
Chris Drackett authored
* updating eslint to 3.16.1 * add support for ignoreRestSiblings in eslint http://eslint.org/docs/rules/no-unused-vars#ignorerestsiblings * updating eslint to 3.16.1 in `react-scripts` * updating eslint * missing `^` * missing ^ * pinning main eslint and updating readme * Pin ESLint version
-
- 02 Mar, 2017 1 commit
-
-
Simen Bekkhus authored
-
- 01 Mar, 2017 1 commit
-
-
Dan Abramov authored
- create-react-app@1.2.0 - react-scripts@0.9.3
-
- 26 Feb, 2017 2 commits
-
-
Dan Abramov authored
-
Joe Haddad authored
- babel-preset-react-app@2.1.1 - create-react-app@1.1.0 - eslint-config-react-app@0.5.2 - react-dev-utils@0.5.1 - react-scripts@0.9.1
-
- 24 Feb, 2017 1 commit
-
-
wtgtybhertgeghgtwtg authored
-
- 23 Feb, 2017 1 commit
-
-
Joe Haddad authored
-
- 16 Feb, 2017 1 commit
-
-
Dan Abramov authored
-
- 15 Feb, 2017 1 commit
-
- 11 Feb, 2017 3 commits
-
-
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
-
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
* Upgrade dependencies * Re-add caret
-
- 24 Jan, 2017 2 commits
-
-
Dan Abramov authored
-
Jonathan Kim authored
-
- 09 Jan, 2017 1 commit
-
-
Ville Immonen authored
- create-react-app@1.0.3 - react-scripts@0.8.5
-
- 08 Jan, 2017 1 commit
-
-
Fatih authored
-
- 23 Dec, 2016 1 commit
-
-
David authored
-
- 18 Dec, 2016 1 commit
-
-
Eduard Kyvenko authored
-
- 11 Dec, 2016 2 commits
-
-
Dan Abramov authored
- create-react-app@1.0.2 - react-dev-utils@0.4.2 - react-scripts@0.8.4
-
Brian Ng authored
-