- 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 3 commits
-
-
Dan Abramov authored
- create-react-app@1.0.2 - react-dev-utils@0.4.2 - react-scripts@0.8.4
-
Brian Ng authored
-
Joe Haddad authored
-
- 08 Dec, 2016 2 commits
-
-
Dan Abramov authored
- create-react-app@1.0.1 - react-scripts@0.8.3
-
Dan Abramov authored
-
- 07 Dec, 2016 2 commits
-
-
Dan Abramov authored
- babel-preset-react-app@2.0.1 - eslint-config-react-app@0.5.0 - react-dev-utils@0.4.1 - react-scripts@0.8.2
-
Dan Abramov authored
-
- 06 Dec, 2016 1 commit
-
-
Vincenzo Chianese authored
* Add Subresource Integrity support * Pin dependency
-
- 04 Dec, 2016 1 commit
-
-
Ville Immonen authored
- react-scripts@0.8.1
-
- 03 Dec, 2016 1 commit
-
-
Ville Immonen authored
- babel-preset-react-app@2.0.0 - create-react-app@0.7.0 - eslint-config-react-app@0.4.0 - react-dev-utils@0.4.0 - react-scripts@0.8.0
-
- 21 Nov, 2016 2 commits
-
-
Ville Immonen authored
* Replace `scriptPreprocessor` config with `transform`. * Also remove `moduleFileExtensions` which has been redundant since 16.0 (`['js', 'json', 'jsx', 'node’]` is the default)
-
Brian Ng authored
-