-
Notifications
You must be signed in to change notification settings - Fork 492
Conversation
.github/ISSUE_TEMPLATE.md
Outdated
1. `node -v`: | ||
2. `npm -v`: | ||
4. `yarn --version` (if you use Yarn): | ||
3. `npm ls react-scripts` (if you haven’t ejected): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update
'.ts', | ||
'.web.tsx', | ||
'.tsx', | ||
'.js', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add .web.js
'.ts', | ||
'.web.tsx', | ||
'.tsx', | ||
'.js', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add .web.js
packages/react-scripts/package.json
Outdated
@@ -22,6 +22,7 @@ | |||
"react-scripts-ts": "./bin/react-scripts-ts.js" | |||
}, | |||
"dependencies": { | |||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix :(
@@ -45,6 +45,7 @@ module.exports = (resolve, rootDir) => { | |||
moduleNameMapper: { | |||
'^react-native$': 'react-native-web', | |||
}, | |||
moduleFileExtensions: ['web.js', 'js', 'json', 'web.jsx', 'jsx'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update this
@@ -0,0 +1,8 @@ | |||
import React from 'react'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete this file
* Print file sizes with correct build folder path. * Just use the print the basename.
Simplified steps for deploying app to `now` as a static site. No need to `serve` script in `package.json` file. As of May 15, 2017, all static deployments on `now` are free and unlimited.
…ncluded the fixed for Uglify bug (#2351)
* Disable a micro-option in uglify that appears to be buggy See facebook/create-react-app#2376 * wrong plugin * Add a comment
* Update e2e-kitchensink.sh * Try again (differently)
* Added cache clear to e2e scripts * Install latest yarn on AppVeyor to avoid windows crashing bug in yarn * Alternative fix for yarn crashing e2e tests on windows machines
* Fix detection of parent directory * Correct parent directory detection fix Add windows specific path and extend to issuer path
since CRA now use the latest version of Jest under the hood, `jest-enzyme` v3.2.0 is now working perfectly fine
"ensuring that you web app" -> "ensuring that your web app"
Removed Node v4 (CRA only supports Node >= 6)
* re-add storybook && update the documentation and links * Change to new documentation domain
* Added NamedModulesPlugin in webpack.config.dev.js * Update webpack.config.dev.js
Resolves #2481
* Update README.md to make links to webpack point to webpack.js.org instead insteade of webpack 1 webpack.githup.io
- Call `npm run flow --init` won't create a .flowconfig file, it should be `npm run flow init`
* Add changelog for 1.0.8 * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md
* 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'
* Test Node 8 on Travis We still test Node 7 on AppVeyor * Update e2e-installs.sh * Update e2e-kitchensink.sh * Update e2e-simple.sh * Update e2e-installs.sh * Update e2e-kitchensink.sh * Update e2e-installs.sh * Update e2e-simple.sh * Update e2e-simple.sh * Update e2e-kitchensink.sh * Update e2e-installs.sh
* Add more info about apache client side routing After a revelation in facebook/create-react-app#2593 (comment) * Update README.md
* Bootstrap with Yarn if we can * Update test scripts * Check OS and npm concurrency ability * Windows support * Update bootstrap.js * Install yarn before bootstrap
"Styleguidist combines of a style guide, ..." --> "Styleguidist combines a style guide, ..."
* Fix external CSS imports * Add external CSS import to integration test * Fix assertion
Resolves #2670
* Add changelog for 1.0.10 * Update CHANGELOG.md * Update CHANGELOG.md
No description provided.