Mike Chau
568ada9981
Update build to print filenames from ts-loader
2017-01-24 21:07:47 -06:00
Will Monk
a10b0980ec
v1.0.4
2017-01-04 10:12:28 +00:00
Steven T. Cramer
6e037573a0
Removed references to eslint and updated README
2017-01-01 18:54:15 -05:00
William Monk
dbaed754c8
1.0.3
2016-12-29 12:47:43 +00:00
Rodrigo López Dato
d123714e04
Remove non-text character from tsconfig.json
...
Fixes #5
2016-12-29 09:40:23 -03:00
William Monk
c791e64fb1
v1.0.2
2016-12-27 13:35:26 +00:00
William Monk
148a18e243
Copy typescriptTransform on eject closes #2
2016-12-27 13:34:05 +00:00
Will Monk
c3cde3be45
v1.0.1
2016-12-18 20:28:23 +00:00
Will Monk
aac319fe8e
Merge remote-tracking branch 'fb/master'
2016-12-18 20:23:57 +00:00
Eduard Kyvenko
21b0044412
Remove path-exists from dependencies and replace it with fs.existsSync ( #1289 )
2016-12-18 20:57:00 +02:00
Jay Phelps
7408e36478
Only gitignore dirs in root, not deep ( #1267 )
2016-12-14 03:06:38 -08:00
Cary Landholt
94c912dc60
Remove interactive shell check when opening browser on start ( #1264 )
...
Browser launch can still be suppressed using BROWSER=none
2016-12-13 08:13:30 -08:00
MUA
7a8edf07fb
Heroku Deployment: Adds a note on how to resolve "File/Module Not Found Errors" ( #1260 )
...
* Adds note on how to resolve file or directory not found errors for heroku deployments
* Style tweaks
2016-12-12 16:43:08 -08:00
Will Monk
e356e04e7f
v1.0.0
2016-12-12 15:03:09 +00:00
Will Monk
5227310d46
Update eject script
2016-12-12 15:02:51 +00:00
Will Monk
a1ef7a0c3c
Merge remote-tracking branch 'fb/master'
2016-12-12 14:41:38 +00:00
Will Monk
1be0897636
General cleanup
2016-12-12 14:40:58 +00:00
Will Monk
1d368e8992
Added @types for react,react-dom,node,jest
2016-12-12 14:33:56 +00:00
Will Monk
deb512215e
Update Tslint
2016-12-12 14:26:19 +00:00
Dan Abramov
ab3913cc11
Clarify when to use the public folder
2016-12-12 14:21:46 +00:00
Will Monk
9135f06260
Update Build Config
2016-12-12 14:09:18 +00:00
Dan Abramov
587b2f8b59
Add "Changing the Page Title" to User Guide ( #1256 )
...
* Add "Changing the Page Title" to User Guide
* Add link to main README
2016-12-12 05:43:59 -08:00
Dan Abramov
3df6b49b8e
Style nit
2016-12-12 01:49:01 +00:00
Will Monk
84552a04dd
Update package name
2016-12-11 21:21:55 +00:00
Will Monk
31f8622323
fix copy
2016-12-11 21:21:55 +00:00
Will Monk
940033f190
fix styling
2016-12-11 21:21:55 +00:00
Will Monk
dffa7bec75
Get tests working
2016-12-11 21:21:55 +00:00
Will Monk
6d1ebaeea6
Get typescript working
2016-12-11 21:21:55 +00:00
Dan Abramov
2b2b8ff338
Replace the Flow documentation section ( #1245 )
2016-12-11 10:08:37 -08:00
Dan Abramov
96f4be9b75
Publish
...
- create-react-app@1.0.2
- react-dev-utils@0.4.2
- react-scripts@0.8.4
2016-12-11 11:50:25 +00:00
Dan Abramov
a13a65f1c5
Clear scrollback in test mode ( #1237 )
2016-12-11 03:33:34 -08:00
Benoit Averty
a60140f811
Disable jest watch mode when --coverage flag is present ( #1229 )
2016-12-11 02:03:19 -08:00
Pavel Kolesnikov
9d42ffab97
Proxy rewrites Origin header to match the target server URL ( #1212 )
...
* Proxy rewrites Origin header to match the target server URL
* Added comments on rewriting Origin header by the proxy middleware
2016-12-11 00:48:35 -08:00
Brian Ng
801b955146
Bump babel-eslint version ( #1214 )
2016-12-11 00:47:39 -08:00
Joe Haddad
f4c3f8b6d8
Disable subresource integrity temporarily ( #1233 )
2016-12-11 00:34:22 -08:00
Jirat Ki
39a5b4de6e
Skip gh-page setup instruction if scripts.deploy has been added ( #1222 )
2016-12-09 12:42:52 -08:00
Dave Baskin
f44ae25fcf
Adding troubleshooting information about Subresource Integrity digests. ( #1220 )
2016-12-09 12:41:56 -08:00
Dan Abramov
e7d71bd574
Publish
...
- create-react-app@1.0.1
- react-scripts@0.8.3
2016-12-08 15:45:27 +00:00
Dan Abramov
0a9865db34
Update webpack-subresource-integrity to fix Windows builds ( #1203 )
2016-12-08 07:04:56 -08:00
mustang
adbc1a206d
Instruct Jest to load native components from RNW instead of RN ( #1201 )
2016-12-08 00:40:18 +00:00
Marek Suscak
9fd528c5b7
Add syntax highlighting configuration guide. ( #806 )
...
* Add syntax highlighting configuration guide.
* Update link.
2016-12-07 23:37:10 +02:00
Dan Abramov
49414d6ba0
Publish
...
- babel-preset-react-app@2.0.1
- eslint-config-react-app@0.5.0
- react-dev-utils@0.4.1
- react-scripts@0.8.2
2016-12-07 21:31:11 +00:00
Dan Abramov
5456ffff29
Let Jest handle all file types ( #1197 )
...
* Let Jest handle all file types
* Update regexes
* Fix exclusion regex to also exclude files without extension
* Be over-cautious with Windows paths because I'm not sure how Jest handles them
* There is no automatic babel-jest discovery now that we use transsform
2016-12-07 20:28:03 +00:00
Dan Abramov
cf64077f81
Only honor relative NODE_PATH ( #1194 )
2016-12-07 16:06:35 +00:00
Dan Abramov
5f57040376
Update Webpack to fix source map issues ( #1188 )
2016-12-07 12:58:01 +00:00
Vincenzo Chianese
45c042685e
Update webpack prod config ( #1181 )
2016-12-07 12:27:07 +00:00
Bogdan Soare
15feb02e9c
Use file-loader for svgs ( #1180 )
2016-12-06 16:07:50 +00:00
Vincenzo Chianese
11cd813802
Add Subresource Integrity support ( #1176 )
...
* Add Subresource Integrity support
* Pin dependency
2016-12-06 12:20:09 +00:00
Harun
80765677d5
Remove path module from webpack config on eject. ( #1175 )
...
* Remove path module from webpack config on eject.
Fixes #1174
* Move path module inclusion right after the other imports
Re: #1174
2016-12-06 11:17:18 +00:00
Guilherme Heynemann Bruzzi
023a5d9d46
Add deploy to Firebase CDN on template's README ( Closes #374 ) ( #1143 )
...
* Add deploy to Firebase CDN on template's README (Closes #374 )
* Move section and minor tweaks
2016-12-05 22:19:26 +00:00