forked from facebook/create-react-app
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cra sb #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Modularize and extract crashOverlay to iframe * Do not break words * Disable warning overlay * Use CJS imports
* Define dev chunk names Fixes facebook#2046 * Add comment
* Suggest to create .eslintrc for IDE lint plugins * Update README.md * Update README.md
* Update README.md * Update README.md
* Fix instructions for serving with now Not sure if new, but the `--single` flag is now important. * Keep it shorter
* Forbid using window properties as global variables * Change globals list to match Standard. * Fix globals
…#2099) * Revert "Ignore the yarn cache directory (facebook#2063)" This reverts commit 94149c7. * Revert "Forbid using window properties as global variables (facebook#1840)" This reverts commit 5a7d8e8.
* 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
* Prettify errors and warnings for Webpack 2 * Update formatWebpackMessages.js
* ༼ つ ◕_◕ ༽つ 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 8bf601d. * Remove broken script * Fix some dev ergo
* Add get-source-map tests * Fixtures shouldn't be formatted * Add mapper tests * Add stack-frame tests * Add more util tests * Add unmapper tests * Add parser tests * Switch to snapshots * Snapshot more
* update readme with fix from facebook#1939 * update with better globbing * added note * updating with a note and reverting previous changes * how about this? * refactor * added note about new files back in after verifying locally * spaces back in, sorry was my editor! * removed note about new files :) * added bullet about new files issue currently open on node-sass
* add missing files * Update README.md
* Don't resolve if on network * Update WebpackDevServerUtils.js
* Upgraded eslint-plugin-jsx-a11y to 5.0.3 to take advantage of d70ac7d7975819e7a52b85465ec67a0d93eb962a
* Add navigateFallbackWhitelist /__* to SW Precache config * Add comments
* Lint internal scripts with eslint:recommended * Warnings r bad
* Add linked modules test * Keep fallback after eject
* Add note about installing watchman * Update CONTRIBUTING.md
* Modified the create-react-script to allow the generation of files with a project generated with the Spring Initializer * Customized the paths used to match Maven and Spring Boot conventions * Modified the init script which copies the template files into place so they follow the customized directory structure * Removed "static" from the paths for generated files since it would require additional Spring customization to use it * Updated Jest and its configuration so tests can be in a separate directory which matches Maven conventions
* Added support for conditionally adding Bootstrap to the project * Added support for conditionally adding Font Awesome to the project * Added support for conditionally adding Redux to the project
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.