Dan Abramov
884d56738d
Tweak generated README
2016-08-04 00:16:18 +01:00
Dan Abramov
04a9d98665
This should not be relevant anymore
2016-08-04 00:13:09 +01:00
Eli Perelman
8f59cad16d
Adding namespaced environment variables to DefinePlugin under REACT_APP_ ( #342 )
2016-08-03 23:54:55 +01:00
Dan Abramov
c0a2ae46ad
Use imgur
...
Should be safe since SO uses it
2016-08-03 23:54:32 +01:00
Diego Cardoso
cacabba121
Added a note with instructions on eslint plugin configuration ( #348 )
...
* Added a note with instructions on eslint plugin configuration
Since the only editor that I found the issue was Atom, I added
just the instruction for the linter-eslint plugin.
* Change the format of the instructions and add screenshot.
2016-08-03 23:52:27 +01:00
Dan Abramov
6b2a484b7c
Replace Bootstrap example link
...
The current one is not drop-in anymore
2016-08-03 23:51:50 +01:00
Dan Abramov
a7f9016b3a
Force rebuild after npm install ( #349 )
...
Fixes #186
2016-08-03 23:50:49 +01:00
Dan Abramov
0dacfe3b7d
Minor tweaks
2016-08-03 19:36:45 +01:00
Eli Perelman
11ec5d63c7
Add neo to list of alternatives ( #341 )
2016-08-03 13:20:58 +02:00
Ville Immonen
6ea7ec5a4b
Transform async functions with regenerator ( #332 )
...
* Transform async functions with regenerator
Remove `transform-async-to-generator`, which to my understanding is meant
to be used in environments that support generators natively.
Because we're compiling generators to ES5 anyway, we can simply use
`regenerator` to transform async functions too, which results in
slightly simpler output and only uses the regenerator runtime instead
regenerator runtime + _asyncToGenerator Babel helper.
* Add babel-plugin-transform-regenerator
* Use dependencies with an exact version
2016-08-03 00:44:09 +01:00
Dan Abramov
01eeb61394
Tweak npm start to make it clear it’s not optimized
...
Ref: https://twitter.com/sprjrx/status/760481328886272004
2016-08-02 15:45:47 +01:00
Dan Abramov
44b8313213
Make AppleScript call more bulletproof and silence its output
...
Fixes #322
2016-08-02 15:00:39 +01:00
Dan Abramov
fa38991b75
Support async/await ( #327 )
...
* Make Babel config more verbose and simpler
* Support async/await
2016-08-02 14:38:43 +01:00
Christoph Pojer
0e5abada75
Add Jest. ( #250 )
2016-08-02 00:22:33 +01:00
Dan Abramov
c7c1f51d51
Bump detect-port to 1.0.0
2016-08-01 18:10:57 +01:00
Dan Abramov
b29a943169
Revert "Fix port detection lag on OS X with Firewall enabled ( #319 )"
...
The problem has since been fixed upstream.
This reverts commit f7011e0472 .
2016-08-01 18:10:57 +01:00
Manav Sehgal
1386c1a088
Add TOC ( #321 )
...
1. Added TOC
2. Fix heading level for - import a component - examples
3. Remove dot in front of title Display Lint...
2016-08-01 17:31:00 +01:00
Dan Abramov
af31719d63
Update CHANGELOG.md ( #320 )
v0.2.1
2016-08-01 16:05:25 +01:00
Dan Abramov
9fe983a091
0.2.1
2016-08-01 15:53:29 +01:00
Dan Abramov
f7011e0472
Fix port detection lag on OS X with Firewall enabled ( #319 )
...
This fixes #302 by temporarily forking `detect-port`.
Hopefully this fix will be merged into the original project, and we can refer to it again.
2016-08-01 15:38:05 +01:00
Héliton Nordt
6e1887f219
README Template Fixes ( #318 )
...
* README Template Fixes
* Reword "Install React Bootstrap"
2016-08-01 15:33:57 +01:00
Manav Sehgal
d5081f34a4
Install React Bootstrap Dependency - section added ( #313 )
...
* Install React Bootstrap Dependency - section added
* Updated with short intro clarification
* Moved React Bootstrap after Add Images
2016-08-01 14:58:31 +01:00
Jorge Antunes
31e6cf1717
Add dev-toolkit Alternative ( #300 )
...
Adds the [`dev-toolkit` npm package](https://github.com/stoikerty/dev-toolkit ) to the list of Alternatives.
After some suggestions in my last PR https://github.com/facebookincubator/create-react-app/pull/292 , I've changed my project to provide better command-line utilities for initializing an app. Managed to get rid of babel's dev-dependencies as well, so this is now a dependency-free project just like `create-react-app`.
2016-07-30 22:16:51 +01:00
Alex Zherdev
c239551713
Accept version when loading fonts e.g. font-awesome ( #298 )
...
* Accept version when loading fonts e.g. font-awesome
* Add query string support to mp4/webm
2016-07-30 18:51:27 +01:00
Dave Ceddia
6a8f79ce3a
Prevent Webpack from watching node_modules dir ( #294 )
2016-07-30 16:00:11 +01:00
Zachary Miller
6a830a5586
Fix typo in template README ( #289 )
...
Add missing word "see"
2016-07-30 01:25:06 +01:00
Mars Hall
6ed0c71098
Add how to deploy to Heroku ( #288 )
2016-07-29 20:57:51 +01:00
Dan Abramov
65c2ff321b
Make GH Pages support more discoverable ( #286 )
2016-07-29 20:40:18 +01:00
Alex Zherdev
c7c319e207
Webpack plugin to detect case mismatch in requires ( #266 )
2016-07-29 20:39:40 +01:00
Rafael Pedicini
5a0669a44b
Add note that router doesn't work with gh-pages ( #279 )
...
* Add note that router doesn't work with gh-pages
* Update note about using router with gh-pages
2016-07-29 20:34:59 +01:00
Joan Leon
bbce8038e1
Optimize logo.svg from template folder ( #281 )
2016-07-29 19:02:12 +01:00
Jose Vazquez
98ffaec662
generated project now includes .gitignore ( #280 )
2016-07-29 18:14:56 +01:00
Dan Abramov
f05cba5e29
Use /static paths for assets ( #278 )
...
* Use /static paths for assets
* Fix e2e test
2016-07-29 17:09:48 +01:00
Dallon Feldner
d2baa3c4dd
Symlink-friendly path resolution ( #277 )
...
* Symlink-friendly path resolution
I was having difficulties using a local copy of `react-scripts` and `npm link`ing it into a real world project. This change resolves paths relative to the current working directory (that is, most likely the directory of the app) rather than assuming a certain directory structure.
* Fix relative paths in post-eject case
because I'm an idiot
* Renamed resolveLib to resolveOwn
2016-07-29 17:09:40 +01:00
Konstantin Tarkus
19580a8b3c
Add react-app to Alternatives section in README.md ( #208 )
2016-07-29 14:41:08 +01:00
Dan Abramov
4d60f08656
Fix error logic in e2e script
...
I think this should solve #258
2016-07-29 11:31:27 +01:00
Dan Abramov
319d272791
Add missing changelog entry
2016-07-28 21:19:38 +01:00
Dan Abramov
a5e424fa20
Changelog for 0.2.0 ( #190 )
...
* Update CHANGELOG.md
* Update the changelog
* Update CHANGELOG.md
v0.2.0
2016-07-28 20:54:04 +01:00
Dan Abramov
7cf1edbc21
Add updating deps to release script
2016-07-28 20:46:33 +01:00
Dan Abramov
beed0ae894
0.2.0
2016-07-28 20:44:40 +01:00
Dan Abramov
2749026af3
Make filesize stats prettier ( #265 )
2016-07-28 20:43:49 +01:00
Konstantin Tarkus
dd6ec95cfe
Rename compressor field to compress in UglifyJsPlugin settings ( #264 )
2016-07-28 20:42:58 +01:00
Dan Abramov
fc32623fce
Replace eslint-plugin-flow-vars with eslint-plugin-flowtype
...
This is the one people are converging on, and flow-vars may get deprecated.
2016-07-28 19:55:48 +01:00
Dan Abramov
9dab8715d4
Add a temporary fix for generators ( #262 )
...
This enables us to ship them now, and find a way to resolve runtime path without webpack later.
See https://github.com/facebookincubator/create-react-app/issues/255
2016-07-28 19:52:14 +01:00
Dan Abramov
29c913e92e
Tweak ESLint to better understand Flow ( #261 )
2016-07-28 19:32:16 +01:00
Konstantin Tarkus
e2969b6565
Remove LICENSE from package.json/files ( #259 )
...
https://docs.npmjs.com/files/package.json#files
2016-07-28 18:32:18 +02:00
Dan Abramov
373257255c
Enable Node environment for ESLint
...
Fixes #260
2016-07-28 17:13:30 +01:00
Dan Abramov
a274617f16
Pin dependencies
2016-07-28 17:13:30 +01:00
John Weis
40b0ac9bd4
Return proper exit code in bin/react-scripts via spawnSync ( #252 ) ( #256 )
2016-07-28 07:56:00 -07:00
Dan Abramov
2e20fd13c0
Use a more solid way to reset the console
...
This seems to work best, both on Windows, OS X, and Linux
2016-07-28 15:14:47 +01:00