- 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
-
- 15 Jan, 2018 5 commits
-
-
Joe Haddad authored
* Cheap perf gains * Whoopsie
-
Dan Abramov authored
-
Clement Hoang authored
* Update dependencies in react-scripts * Add first pass of working dependencies for babel-preset-react-app and react-scripts * Bump more dependency versions * Adjust more versions and edit fix options * Restore functionality of old preset * Disable Uglify in iframe webpack * Apply prettier * Re-enable cache in dev and clean deps * Lock packages and move babel/core to dep in preset * Bump babel-jest * Re-enable uglify * Nest forceAllTransforms correctly in webpack config * Install babel-core bridge for jest * Add jest-cli and babel-core bridge to make tests in react-error-overlay pass * Re-enable transform-dynamic-import * Add dynamic import syntax support back * Use new babel in kitchensink * Transform modules in test * Revert "Transform modules in test" This reverts commit 539e46a1. * Attempt fix for ejected tests * try this * Add regenerator back * Bump babel deps to beta.34 ...
-
everdimension authored
-
Andrey Sitnik authored
-
- 15 Dec, 2017 1 commit
-
-
Nils Magnus Englund authored
Replaced `it's` with `its`
-
- 07 Dec, 2017 1 commit
-
-
Ian Sutherland authored
-
- 28 Oct, 2017 2 commits
-
-
Nik Nyby authored
According to this parameter's comment, it's unused but webpack-dev-server crashes without it. However, webpack-dev-server is running fine for me without this parameter.
-
Joe Haddad authored
-
- 26 Sep, 2017 1 commit
-
-
Sophie Alpert authored
* File headers BSD+Patents -> MIT * BSD+Patents -> MIT
-
- 20 Sep, 2017 1 commit
-
-
Kristie Howard authored
-
- 02 Sep, 2017 1 commit
-
-
Anthony authored
-
- 01 Sep, 2017 1 commit
-
-
Tharaka Wijebandara authored
-
- 28 Aug, 2017 1 commit
-
-
Tharaka Wijebandara authored
* Convert react-error-overlay to React * Update compile-time error overlay to use react-error-overlay components * Refactor react-error-overlay components to container and presentational components. * Make the compile-time error overlay a part of react-error-overlay package. * Use react-error-overlay as dependency in react-dev-utils to show compile-time errors. * Run Prettier * Move the function name fix into StackFrame itself * Fix clicking on source code snippet to open the code in editor * Use exact objects + minor style tweak * Don't linkify frames that don't exist on the disk * Fix lint * Consolidate iframe rendering logic * Remove circular dependency between react-dev-utils and react-error-overlay * Fix lint * Fix decoupling of react-dev-utils and react-error-overlay by moving middleware * Deduplicate identical errors
-
- 02 Aug, 2017 1 commit
-
-
iamdoron authored
* Allow importing package.json * Remove package.json import from App.js template * fix importing package.json * Rename variable to reflect path is relative to root * Check for both package & package.json in ModuleScopePlugin * Use regex to check relative path to package.json * Strictly enforce package.json extension on scope plugin * Add allowedPaths to ModuleScopePlugin ctor and use it to allow app package.json * Remove package.json import from App.js template * Add package.json to react-scripts/template, show package version and name in the template * Remove import package.json from template * Remove template/package.json and its references in code * Update ModuleScopePlugin.js * Update README.md
-
- 09 Jul, 2017 1 commit
-
-
Andreas Hoffmann authored
* Use oneOf to resolve correct loader * Add html and json fallthrough again * Use oneOf to resolve correct loader in dev * Document file-loaders `js` exclusion * Remove `jsx` from exclusion in prod config
-
- 07 Jul, 2017 1 commit
-
-
Đinh Quang Trung authored
* Update eslint-loader 1.7.1 -> 1.9.0 * Add eslintPath option * Update eslint 3.19.0 -> 4.1.1 * Update peer dependencies * Move eslintPath config to outside @remove-on-eject
-
- 29 Jun, 2017 1 commit
-
-
Dan Abramov authored
* Fix external CSS imports * Add external CSS import to integration test * Fix assertion
-
- 28 Jun, 2017 1 commit
-
-
Evan Jones authored
* Better React Native Web support * Adding better react-native-web support for jest testing
-
- 27 Jun, 2017 1 commit
-
-
Daniel Ciao authored
* Fix sourcemap directory organizing on Windows * Update comments
-
- 26 Jun, 2017 2 commits
-
-
Andy Kenward authored
Since `v2.2.1` of webpack the need for `ident` for complex options is no longer required. See https://webpack.js.org/guides/migrating/#complex-options
-
Mico Piira authored
-
- 06 Jun, 2017 1 commit
-
-
Zac Kwan authored
* Added NamedModulesPlugin in webpack.config.dev.js * Update webpack.config.dev.js
-
- 19 May, 2017 2 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
* Always resolve NODE_PATH * Update env.js
-
- 17 May, 2017 2 commits
-
-
Kant authored
* Webpack config typo * Webpack config more typo
-
Joe Haddad authored
* Add module scope plugin * Oops * Add comments * Check windows seps too * More descriptive error * Document it
-
- 16 May, 2017 4 commits
-
-
Dan Abramov authored
* Ignore Moment.js locales by default * Update README.md
-
Dan Abramov authored
-
Dan Abramov authored
-
Cristian authored
* Adding postcss-flexbugs-fixes Using postcss-flexbugs-fixes to fix all flexbug's issues. * Adding flexbox: 'no-2009' to Autoprefixer It will add flexbox prefixes only for final and IE versions of specification.
-
- 15 May, 2017 1 commit
-
-
Dan Abramov authored
* Support hoisting react-scripts * require.resolve() loaders and configs This makes it so that loaders and configs are resolved relative to the config rather than to the app. This seems to make more sense to me.
-
- 14 May, 2017 1 commit
-
-
Siddharth Doshi authored
* Add custom eslint formatter * Add formatter docs * Update formatter docs * Slightly tweak it * Update README.md
-
- 13 May, 2017 1 commit
-
-
Joe Haddad authored
* Browser sort is not stable * Fix ordering of final message * Register the warning capture * Display only createElement warnings * Use different method name * Fix regression * Ignore errors with only node_module files * Ignore null files, too * Revise count * Revise warning * Update overlay.js * Add support for https://github.com/facebook/react/pull/9679 * Use absolute paths * Trim path if it's absolute * Make sure it's an absolute path * Oops * Tweak for new behavior * Make it safer * More resilient warnings * Prettier output * Fix flow
-
- 10 May, 2017 2 commits
-
-
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
-
Joe Haddad authored
-
- 01 May, 2017 1 commit
-
-
Jeremy Stucki authored
* Define dev chunk names Fixes #2046 * Add comment
-
- 25 Apr, 2017 2 commits
-
-
Joe Haddad authored
-
Joe Haddad authored
-