- 09 Aug, 2017 2 commits
-
-
Stéphane Goetz authored
* Move the reduction of the messages to a single place in the place it is used. * Fix variable name
-
Konstantin Tarkus authored
* Fix the order of arguments in spawned child proc * Update react-scripts.js * Remove a comma * Update react-scripts.js
-
- 02 Aug, 2017 6 commits
-
-
themre authored
* bump wp3 * try bump babel-loader * bump 3.4.1
-
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
-
Ade Viankakrisna Fadlil authored
* format UglifyJs error * move formatBuildError to react-dev-utils * fix readme * use regex for plucking the path from stack * make path human readable and fallback to show error if regex not matched * rename to printBuildError and add link to the docs * fix link indentation * improve readibility + shorten link
-
Joe Haddad authored
-
Joe Haddad authored
-
Kiho · Cham authored
The create-react-app need node >= 6, and node version 6 support a lot of ES6, and let's switch using '+' to concat string with template string.
-
- 26 Jul, 2017 1 commit
-
-
themre authored
* bump wp3 * try bump babel-loader
-
- 25 Jul, 2017 1 commit
-
-
themre authored
* Add source-map-loader to support source maps of dependencies * merge with latest develop * add ModuleConcatenationPlugin * revert source-map-loader * bump to 3.1 and update dev-server * rebase to master * rebase again * bump webpack * remove ModuleConcatenationPlugin, downgraded react packages, bump etwp * ETWP rc1 only for testing * bump ETWP and webpack 3 * bump WP3 * revert to 3.2.0 * bump sw-precache-webpack-plugin * bump back to 3.3.0 * bump dev-server and manifest
-
- 19 Jul, 2017 1 commit
-
-
Dan Abramov authored
-
- 18 Jul, 2017 1 commit
-
-
Christian Bundy authored
-
- 13 Jul, 2017 1 commit
-
- 12 Jul, 2017 1 commit
-
-
Ade Viankakrisna Fadlil authored
* Docs for react-router v4 basename feature Fix https://github.com/facebookincubator/create-react-app/issues/2593 * Update README.md * Update README.md * Update README.md * 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 2 commits
-
-
Đ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
-
Mostafa Hajizadeh authored
Jest's default value for this option is ["js", "json", "jsx", "node"]. CRA's current value is ["web.js", "js", "json", "web.jsx", "jsx"], which is missing one of default ones: "node". This change fixes that. This "node" extension is used in packages that use native code.
-
- 03 Jul, 2017 1 commit
-
-
Danny Ho authored
Glob support has been added in source-map-explorer@1.4+
-
- 29 Jun, 2017 5 commits
-
-
Dan Abramov authored
- create-react-app@1.3.3 - react-dev-utils@3.0.2 - react-error-overlay@1.0.9 - react-scripts@1.0.10
-
Dan Abramov authored
- react-scripts@1.0.9
-
Dan Abramov authored
* Fix external CSS imports * Add external CSS import to integration test * Fix assertion
-
Daniel Banck authored
"Styleguidist combines of a style guide, ..." --> "Styleguidist combines a style guide, ..."
-
Ade Viankakrisna Fadlil authored
* Add more info about apache client side routing After a revelation in https://github.com/facebookincubator/create-react-app/issues/2593#issuecomment-311729534 * Update README.md
-
- 28 Jun, 2017 9 commits
-
-
Jaco Bovenschen authored
* Add json and css to lint-staged in template README This changes the proposed way about using prettier inside the README.md, because prettier supports css since the 1.4.0 release and json since the 1.5.0 release. Was not sure if it was a good idea to add different regexes for json and css inside the README.md don't have a real opinion about it myself, could maybe easier for starters to do so if they wan't to add things like eslint or stylelint the the commit hooks. * Use capitalization for Javascript, CSS and JSON * Change 'Javascript to JavaScript'
-
Dan Abramov authored
- babel-preset-react-app@3.0.1 - create-react-app@1.3.2 - eslint-config-react-app@1.0.5 - react-dev-utils@3.0.1 - react-error-overlay@1.0.8 - react-scripts@1.0.8
-
Dan Abramov authored
-
Fabrizio Castellarin authored
* Fix a command style in docs * Add a link to docker's docs
-
Evan Jones authored
* Better React Native Web support * Adding better react-native-web support for jest testing
-
Dan Abramov authored
-
Dan Abramov authored
* Minor code style edits to user guide * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md
-
Dan Abramov authored
* Don't ask to install webpack for using Styleguidist * Update README.md
-
Dan Abramov authored
* Put react-scripts in dependencies, not devDependencies * Sort dependencies on eject * Remove CI check
-
- 27 Jun, 2017 8 commits
-
-
Dan Abramov authored
-
Colin Galindo authored
-
Dan Abramov authored
-
Artem Sapegin authored
-
Maarten Hus authored
* Added instruction on how to install Prettier * Tweak style * Update README.md * Update README.md * Support JSX * Update README.md * Update README.md
-
Heng Li authored
-
Gabriel Aumala authored
In the section about npm run build fails in troubleshooting added more info about memory usage of the build script and a link to a tutorial for adding more swap space as a viable solution.
-
James Blight authored
* Update docs with WebSocket proxy information * Tweak wording
-