Mateusz Zatorski
408ba258b2
add docs for setting up CircleCI for CRA ( #2423 )
...
* add docs for setting up CircleCI for CRA
* Reword
2017-08-07 16:03:41 +02:00
Andy Kenward
e12710bb5f
webpack no need for ident if using complex options anymore ( #2430 )
...
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
2017-08-07 16:03:41 +02:00
Jeffrey Posnick
3fa1499dd3
Determines whether PUBLIC_URL is same-origin before registering SW. ( #2432 )
2017-08-07 16:03:40 +02:00
Will Farley
3d6ebe71d6
Update sw-precache-webpack-plugin to lastest version ( #2429 )
...
* Update sw-precache-webpack-plugin to v0.11.3
* Pin the version
2017-08-07 16:03:40 +02:00
Jay V
936fb90c37
Docs: Added link to tutorial on code splitting ( #2427 )
...
* Adding link to tutorial on code splitting
Link to tutorial on Code Splitting with React Router
* Update README.md
2017-08-07 16:02:40 +02:00
Mico Piira
ec0f811501
Add empty mock for dgram ( #2600 )
2017-08-07 16:02:40 +02:00
Mikhail Osher
b68c39e69c
Support PhpStorm in launchEditor ( #2622 )
...
https://www.jetbrains.com/help/webstorm/opening-files-from-command-line.html
https://www.jetbrains.com/help/phpstorm/opening-files-from-command-line.html
Both editors have the same signature `<editor> <projectPath> --line <number> <filePath>` to open file from the command line.
It seems to work even if `<projectPath>` is omitted (commit 02f88ba157 ).
Tested on `Win10`+`PhpStorm2016` and `macOS 10.12`+`PhpStorm2017`.
2017-08-07 16:02:40 +02:00
Dan Abramov
015ca602b4
Update ISSUE_TEMPLATE.md
2017-08-07 16:02:40 +02:00
Dan Abramov
c3b74f5bab
Update ISSUE_TEMPLATE.md
2017-08-07 16:02:40 +02:00
Dan Abramov
6f2db448e8
Update ISSUE_TEMPLATE.md
2017-08-07 16:02:40 +02:00
Dan Abramov
fbdb0dc74e
Whitespace
2017-08-07 16:02:40 +02:00
Dan Abramov
b2c89d3eeb
Update issue & PR templates ( #2618 )
...
* New issue template
* Update PULL_REQUEST_TEMPLATE.md
* Update ISSUE_TEMPLATE.md
2017-08-07 16:02:40 +02:00
Dan Abramov
d76b7bd360
Warn about npm 5 in issue template
2017-08-07 16:02:05 +02:00
Joe Haddad
96709b727f
Fix a potential issue ( #2569 )
2017-08-07 16:02:05 +02:00
varnav
1f4db46b9e
Check if CI variable is set to 'false' ( #2501 )
...
* Fix incorrect check if CI variable is set to true
Originally build would fail on warnings with any value of CI environment variable. Now it will correctly check if it's true.
Discussed here: https://github.com/facebookincubator/create-react-app/issues/2453
* Check for "not false" instead of "not true"
After discussion we decided that this will be closer to current functionality and not break anything.
2017-08-07 16:02:05 +02:00
Levin Rickert
d68ed30f2c
Show warning when trying to run on port below 1024 without admin permissions under Linux ( #2518 )
2017-08-07 16:02:05 +02:00
Andi N. Dirgantara
4aa42e2921
Fix wrong comment on Proxy guide ( #2447 )
...
It should be `baz` instead of `bar` on last example.
2017-08-07 16:02:05 +02:00
Roman
e1f7da4c25
Fix broken link to React Router docs ( #2538 )
...
* Update README.md
Fix broken link to React Router documentation
* Update README.md
2017-08-07 16:02:05 +02:00
Joseph Frazier
64b69b4162
Upgrade fsevents to 1.1.2 ( #2550 )
...
This eliminates a `yarn` warning on OSX machines running Node.js 8. See
here for details: https://github.com/strongloop/fsevents/issues/170
You can see an example of the warning in the second screenshot in
https://github.com/facebookincubator/create-react-app/issues/2422#issuecomment-305218252
2017-08-07 16:02:05 +02:00
Khang Lu
733a1776db
Simplify flow init docs ( #2522 )
...
- Call `npm run flow --init` won't create a .flowconfig file, it should be `npm run flow init`
2017-08-07 16:02:05 +02:00
Michael Shilman
19c7bf7368
Fix link to Storybook docs ( #2521 )
2017-08-07 16:02:05 +02:00
Alexandre Nicastro
89b42aaa58
Fix minor docs typo ( #2500 )
2017-08-07 16:02:05 +02:00
Glenn Reyes
2b79b46e16
chore(templates): Move GitHub templates to hidden .github folder ( #2489 )
2017-08-07 16:02:05 +02:00
Stanislas Ormières
8a59fe6927
Update webpack links to point to webpack 2 ( #2492 )
...
* Update README.md to make links to webpack point to webpack.js.org instead
insteade of webpack 1 webpack.githup.io
2017-08-07 16:02:05 +02:00
Joe Haddad
349caa452d
Unscope detect-port ( #2483 )
...
Resolves #2481
2017-08-07 16:00:47 +02:00
Zac Kwan
e9f1371023
Added NamedModulesPlugin in webpack.config.dev.js ( #2458 )
...
* Added NamedModulesPlugin in webpack.config.dev.js
* Update webpack.config.dev.js
2017-08-07 16:00:47 +02:00
bryankang
ad5b884cfb
Prioritize index.css over the implicit App.css ( #2470 )
2017-08-07 16:00:47 +02:00
Norbert de Langen
864ef28ca5
re-add storybook && update the documentation and links ( #2331 )
...
* re-add storybook && update the documentation and links
* Change to new documentation domain
2017-08-07 16:00:38 +02:00
Ryan Sullivan
c7f79f756e
Update Travis CI Node versions in User Guide ( #2454 )
...
Removed Node v4 (CRA only supports Node >= 6)
2017-08-07 16:00:38 +02:00
Rustem Kakimov
a537444d57
Fix docs typo ( #2420 )
...
"ensuring that you web app" ->
"ensuring that your web app"
2017-08-07 16:00:38 +02:00
Marius Wirtherle
1cb5fbb152
Add WebStorm >2017 launchEditor Support ( #2414 )
2017-08-07 16:00:38 +02:00
Lufty Wiranda
3d6ead5215
docs: update jest-enzyme section ( #2392 )
...
since CRA now use the latest version of Jest under the hood,
`jest-enzyme` v3.2.0 is now working perfectly fine
2017-08-07 16:00:37 +02:00
Frédéric Miserey
4c80b02d68
Fix detection of parent directory in ModuleScopePlugin ( #2405 )
...
* Fix detection of parent directory
* Correct parent directory detection fix
Add windows specific path and extend to issuer path
2017-08-07 16:00:37 +02:00
Ro Savage
57095b4902
Added cache clear to e2e scripts ( #2400 )
...
* 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
2017-08-07 16:00:37 +02:00
Ro Savage
e447c79b0f
Fix kill command in e2e-kitchensink.sh cleanup ( #2397 )
2017-08-07 16:00:37 +02:00
Dan Abramov
55c2cc690c
Revert "Catch "No tests found" during CI" ( #2390 )
...
* Revert "Fix wrong path expansion in end-to-end test (#2388 )"
This reverts commit 2aafaad72d .
* Revert "Suggest just "yarn build" (#2385 )"
This reverts commit 70bf12505c .
* Revert "Catch "No tests found" during CI (#2387 )"
This reverts commit 5317b3f910 .
2017-08-07 16:00:37 +02:00
Dan Abramov
4a183861fe
Fix wrong path expansion in end-to-end test ( #2388 )
...
* Update e2e-kitchensink.sh
* Try again (differently)
2017-08-07 16:00:37 +02:00
Dan Abramov
c16a178a00
Suggest just "yarn build" ( #2385 )
2017-08-07 16:00:37 +02:00
Fabrizio Castellarin
78886fd98f
Catch "No tests found" during CI ( #2387 )
2017-08-07 16:00:37 +02:00
Dan Abramov
bef6ec65d2
Publish
...
- react-dev-utils@3.0.0
- react-error-overlay@1.0.7
- react-scripts@1.0.7
2017-08-07 16:00:37 +02:00
Dan Abramov
9b4c53e8ea
Add changelog for 1.0.7 ( #2384 )
2017-08-07 15:59:41 +02:00
Dan Abramov
a9e99218b1
Update webpack to 2.6.1 ( #2383 )
2017-08-07 15:59:41 +02:00
Dan Abramov
993fd306c5
Consistently set environment variables ( #2382 )
2017-08-07 15:59:41 +02:00
David Ascher
9114aea7ac
Disable comparisons feature in uglify compression in production ( #2379 )
...
* 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
2017-08-07 15:59:41 +02:00
Zac Kwan
bfeb950404
Removed the overriding of reduce_vars to false since webpack v2.6.0 included the fixed for Uglify bug ( #2351 )
2017-08-07 15:59:41 +02:00
Mirza Joldic
a3b4de1847
Update README.md for now deployments ( #2372 )
...
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.
2017-08-07 15:59:41 +02:00
Jin Zheng
6a48c7cab0
Print file sizes with correct build folder path. ( #2361 )
...
* Print file sizes with correct build folder path.
* Just use the print the basename.
2017-08-07 15:59:41 +02:00
William Monk
7304c24a86
Merge pull request #127 from pelotom/patch-2
...
Remove unneeded React.Component type parameters
2017-08-02 08:33:35 +01:00
Tom Crockett
62cfd49bae
Remove unneeded React.Component type parameters
...
TypeScript's new type parameter defaulting makes these unnecessary.
2017-08-02 00:07:37 -07:00
William Monk
827555c86e
Update README For 2.5.0
2017-07-27 13:48:32 +01:00