Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Facebook 1.0.10 #104

Merged
merged 98 commits into from
Aug 7, 2017
Merged

Facebook 1.0.10 #104

merged 98 commits into from
Aug 7, 2017

Conversation

wmonk
Copy link
Owner

@wmonk wmonk commented Jul 11, 2017

No description provided.

1. `node -v`:
2. `npm -v`:
4. `yarn --version` (if you use Yarn):
3. `npm ls react-scripts` (if you haven’t ejected):
Copy link
Owner Author

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',
Copy link
Owner Author

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',
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add .web.js

@@ -22,6 +22,7 @@
"react-scripts-ts": "./bin/react-scripts-ts.js"
},
"dependencies": {
<<<<<<< HEAD
Copy link
Owner Author

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'],
Copy link
Owner Author

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';
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete this file

fezhengjin and others added 28 commits August 7, 2017 15:59
* 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.
* Disable a micro-option in uglify that appears to be buggy

See facebook/create-react-app#2376

* wrong plugin

* Add a comment
 - react-dev-utils@3.0.0
 - react-error-overlay@1.0.7
 - react-scripts@1.0.7
* Update e2e-kitchensink.sh

* Try again (differently)
* Revert "Fix wrong path expansion in end-to-end test (#2388)"

This reverts commit 2aafaad.

* Revert "Suggest just "yarn build" (#2385)"

This reverts commit 70bf125.

* Revert "Catch "No tests found" during CI (#2387)"

This reverts commit 5317b3f.
* 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
* 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`
gaearon and others added 18 commits August 7, 2017 16:16
* Add changelog for 1.0.8

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md
 - 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
* 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.