- 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 3 commits
-
-
Dan Abramov authored
-
Daniel Ciao authored
* Fix sourcemap directory organizing on Windows * Update comments
-
Ade Viankakrisna Fadlil authored
-
- 26 Jun, 2017 4 commits
-
-
Dan Abramov authored
-
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
-
Will Farley authored
* Update sw-precache-webpack-plugin to v0.11.3 * Pin the version
-
Mico Piira authored
-
- 27 May, 2017 2 commits
-
-
David Ascher authored
* Disable a micro-option in uglify that appears to be buggy See https://github.com/facebookincubator/create-react-app/issues/2376 * wrong plugin * Add a comment
-
Zac Kwan authored
Removed the overriding of reduce_vars to false since webpack v2.6.0 included the fixed for Uglify bug (#2351)
-
- 24 May, 2017 1 commit
-
-
Ryan Sullivan authored
* Add navigateFallbackWhitelist /__* to SW Precache config * Add comments
-
- 19 May, 2017 4 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
* Always resolve NODE_PATH * Update env.js
-
Dan Abramov authored
-
Dan Abramov authored
-
- 17 May, 2017 5 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
Jeffrey Posnick authored
* sw-precache-webpack-plugin, SW registration, manifest.json * Documentation + a few SW tweaks. * Added an unregister method, too, just in case. * More info for the READMEs. * Add minify to SWPrecacheWebpackPlugin config * Fix SWPrecacheWebpackPlugin typo * Fix file references in READMEmd * Add instructions for testing service-worker locally * Review feedback * Some additional PWA metadata * Use sw-precache-webpack-plugin v0.9.1 for node >=4.0.0 support * Review feedback. * Add manifest.json context in a comment. * Fix typo * Downgrade to sw-precache-webpack-plugin 0.9.1 * Hide changes in README until 1.0 * Hide changes in User Guide until 1.0 * Hide more docs
-
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 2 commits
-
-
Dan Abramov authored
-
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
-
- 25 Apr, 2017 2 commits
-
-
Joe Haddad authored
-
Joe Haddad authored
-
- 24 Apr, 2017 1 commit
-
-
Joe Haddad authored
-
- 22 Apr, 2017 1 commit
-
-
Ade Viankakrisna Fadlil authored
Minify and map css
-
- 19 Apr, 2017 1 commit
-
-
Marco Fugaro authored
* removed redundant already default options in UglifyJsPlugin * re-enabled remove comments Uglify option JSDoc-style comments weren't being removed
-
- 23 Mar, 2017 1 commit
-
-
Asa Ayers authored
* Fix importing npm linked libraries * Update webpack.config.dev.js * Update webpack.config.prod.js
-
- 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
-
- 07 Mar, 2017 2 commits
-
-
Valerii Sorokobatko authored
* mv create-react-app/index.js -> create-react-app/creteReactApp.js * update to modern code style * var -> cosnt * set trailing-coma to es5 for prettier
-
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
-