William Monk
36e61c0e60
Merge react-scripts@1.1.1
2018-03-14 18:41:04 +00:00
William Monk
021b42ad90
v2.14.0
2018-03-14 18:29:56 +00:00
Christian Linne
0dbb8215ba
Merge pull request #268 from kaminskypavel/patch-2
...
fix(readme): use the prepacked logo.svg as an example in "Adding Imag…
2018-03-01 09:57:44 +01:00
Christian Linne
e6b2473f7e
Merge pull request #267 from kaminskypavel/patch-1
...
fix(readme): use react-scripts-ts in scripts instead of react-scripts
2018-03-01 09:57:10 +01:00
Pavel 'PK' Kaminsky
75d5145623
fix(readme): use the prepacked logo.svg as an example in "Adding Images, Fonts, and Files"
2018-03-01 00:20:59 +02:00
Pavel 'PK' Kaminsky
c0a959e8ff
fix(readme): use react-scripts-ts in scripts instead of react-scripts
2018-02-28 23:54:45 +02:00
Adam Bowles
29a1f12499
Add missing space
2018-02-27 16:54:18 +00:00
Dominik Broj
39d6c62788
Uglifyjs update for es6 support ( #249 )
...
* feat(react-scripts/prod): use new uglifyJsPlugin for ES6 support
this closes #21 , #158 , #248
* feat(react-scripts/prod): execute uglify plugin parallel + enable caching
2018-02-19 08:06:04 +01:00
Gustav Wengel
ec0a39e080
Added the abillity to import js and jsx files with ts-loader ( #242 )
...
* added js and jsx to things that ts-loader loads
* removed spaces and made prettier runnable on windows
* run jsx specs too
* added isejecting
* added dependencies and babeltransform
* bumped jest version#
* does it work without cache?
* cache?
* added ts
* updates ts-jest
* readd caching
* removed ts as a devdependency
* added babel to handle js files
* added prod env
* prod is handled by babel loader
* added ts as devdep
* cache node modules
* fixed legal
2018-02-13 10:00:43 +01:00
Dan Abramov
0b1d636576
Publish
...
- create-react-app@1.5.2
- react-scripts@1.1.1
2018-02-09 13:20:59 +00:00
Dan Abramov
1a9722f50a
Revert "Set the public path to the asset manifest entries ( #2544 )"
...
This reverts commit bab2c29522 .
I meant to apply it to `next` instead.
2018-02-09 13:20:21 +00:00
Dan Abramov
09d216ecce
Unpin and bump fsevents (for 1.x branch) ( #4006 )
2018-02-09 13:10:41 +00:00
Ian Sutherland
32ea0c0e6d
Update dotenv-expand to fix bug with environment variables that contain a $. ( #4000 )
2018-02-09 13:08:30 +00:00
Alf Eaton
815853db7f
Update instructions for continuous delivery with Netlify ( #3971 )
2018-02-04 15:54:14 +00:00
DorianGrey
7133b35f52
Remove unnecessary js(x) files from template.
2018-01-23 10:38:11 +01:00
William Monk
6e288ac242
v2.13.0
2018-01-22 17:23:29 +00:00
Christian Linne
ee891ee723
Merge pull request #233 from DorianGrey/remove-tslint-loader
...
Remove tslint-loader from prod build (again)
2018-01-22 15:46:51 +01:00
DorianGrey
b40c8c56d4
Remove tslint-loader from prod build (again)
2018-01-22 15:28:19 +01:00
Ronald Rey
eee29075d6
Include {json,css} files in prettier command ( #3894 )
...
Update User Guide's README.md to include `json` and `css`
files in the command to format the entire project for the first time
with prettier, that it's consistent with the `lint-staged` command.
2018-01-22 13:51:38 +00:00
Christian Linne
e7a8320ba5
Merge pull request #181 from ianschmitz/ts-devdep
...
Include TypeScript as devDependency in boilerplate output
2018-01-22 08:40:23 +01:00
Robin van der Vleuten
bab2c29522
Set the public path to the asset manifest entries ( #2544 )
2018-01-20 19:31:27 +00:00
Ian Schmitz
3a40ac03b0
Include TypeScript as devDependency in boilerplate output
2018-01-18 17:57:23 -08:00
Josh Tynjala
934fb112a4
Documented how to define custom module formats for the TypeScript compiler so that you can import images and other files (references #172 )
2018-01-18 10:31:39 -08:00
Christian Linne
6b946390c2
Merge pull request #223 from diabelb/master
...
Fixed problem with tsconfig.json baseUrl and paths
2018-01-15 08:46:25 +01:00
Dan
e73a783ef1
Publish
...
- babel-preset-react-app@3.1.1
- create-react-app@1.5.0
- eslint-config-react-app@2.1.0
- react-dev-utils@5.0.0
- react-error-overlay@4.0.0
- react-scripts@1.1.0
2018-01-15 00:53:37 +00:00
Dan Abramov
95b26012a4
Tweak section on expanding env variables
2018-01-15 00:36:53 +00:00
Ian Sutherland
b86fe056a3
Add warning when HOST environment variable is set ( #3730 )
...
* Add warning when HOST environment variable is set (#3719 )
* Improve HOST environment variable warning message
* Adjust text and message
Closes #3719
2018-01-14 14:14:37 -05:00
William Monk
d467b98c61
v2.12.0
2018-01-14 18:59:43 +00:00
William Monk
4e654437d9
Update typescript to 2.6.2
2018-01-14 18:20:48 +00:00
William Monk
69c215b3f1
v2.11.0
2018-01-14 17:41:50 +00:00
Will Monk
ea327098c7
Merge pull request #221 from wmonk/2.10.0
...
2.11.0
2018-01-14 17:37:52 +00:00
Dan Abramov
22f9fe0d33
Always include destructuring transform ( #3788 )
...
* Always include destructuring transform
* Fix lint
2018-01-14 15:37:00 +00:00
dawidboruta
d5b370d8ab
Fixed problem with tsconfig.json baseUrl and paths
2018-01-13 19:30:58 +01:00
Will Monk
e637c79284
Update createJestConfig.js
2018-01-13 13:38:13 +00:00
William Monk
bbdefca170
v2.10.0
2018-01-13 11:47:47 +00:00
William Monk
13c0e7fe6a
Readd transformIgnorePatterns
2018-01-12 21:09:12 +00:00
William Monk
b07285717f
Update react-dev-utils
2018-01-11 22:59:02 +00:00
William Monk
0d43626604
Update package.json dependencies
2018-01-11 22:20:07 +00:00
William Monk
16af26f17f
Readd Missing raf Package
2018-01-11 22:09:40 +00:00
William Monk
bb74fb6aea
Update JestConfig Creation
2018-01-11 22:02:02 +00:00
William Monk
6f0c62f43c
Fix
2018-01-11 09:26:49 +00:00
William Monk
237c0faf6d
Fix Missing Variable
2018-01-11 09:14:12 +00:00
William Monk
1061fdef87
Merge facebookincubator/create-react-app@1.0.17
2018-01-11 09:00:42 +00:00
William Monk
cc52d217b4
Fix package.json
2018-01-11 08:44:27 +00:00
Christian Linne
10d283eae3
Merge pull request #204 from StefanSchoof/patch-1
...
@types into devDependencies
2018-01-11 08:37:04 +00:00
Christian Linne
05d5a6cbbb
Merge pull request #199 from DorianGrey/master
...
Adjust 'Testing components' section to use the correct TS versions.
2018-01-11 08:36:37 +00:00
Will Monk
9e4589f48e
Merge pull request #165 from johnnyreilly/master
...
Add support for fork-ts-checker-webpack-plugin
2018-01-11 08:31:36 +00:00
Vladimir Tolstikov
d49744f04c
docs: add info about HTTP caching headers into Firebase section ( #3659 )
2018-01-10 13:02:45 +00:00
Moos
dccc752cac
fix #2223 - [feature] Implement dotenv-expand to accept variable expa… ( #3387 )
...
* fix #2223 - [feature] Implement dotenv-expand to accept variable expansion in dot env files
* add to README TOC
* fix readme
* Update README.md
2018-01-09 16:05:36 +00:00
Tao Gómez Gil
373687feaf
Add Powershell commands to README.md ( #3515 )
2018-01-09 15:50:20 +00:00