Commit Graph

1745 Commits

Author SHA1 Message Date
Christian Linne
58fb532eab Merge pull request #265 from adambowles/patch-2
Add missing space
2018-03-01 09:56:56 +01: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
Christian Linne
7149b3796c Add migration instruction for 2.13.0 2018-01-31 08:22:25 +01:00
Christian Linne
7c0032bf6d Merge pull request #237 from DorianGrey/remove-unnecessary-js-files
Remove unnecessary js(x) files from template
2018-01-25 07:55:32 +01:00
DorianGrey
7133b35f52 Remove unnecessary js(x) files from template. 2018-01-23 10:38:11 +01:00
Will Monk
7c5a37b9aa Merge pull request #234 from stephtr/patch-1
Fix typos in Readme changelog
2018-01-22 21:14:46 +00:00
Stephan
679d4708b5 fix typo in changelog 2018-01-22 20:28:19 +01:00
William Monk
875552b401 Update README For 2.13.0 2018-01-22 17:26:44 +00: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
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
Christian Linne
d5e5bb5bd5 Merge pull request #231 from joshtynjala/import-images-docs
Documented how to define custom module formats for the TypeScript compiler so that you can import images and other files
2018-01-20 12:58:15 +01: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
William Monk
d467b98c61 v2.12.0 2018-01-14 18:59:43 +00:00
William Monk
fe2f3a761c Update README For 2.12.0 2018-01-14 18:59:23 +00:00
Will Monk
9f7f90c56c Merge pull request #225 from wmonk/update-ts
Update typescript to 2.6.2
2018-01-14 18:54:33 +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
William Monk
de8f8eac8c Update changelog for 2.11.0 2018-01-14 17:41:34 +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
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
22e52e14a7 Update changelog for 2.10.0 2018-01-13 11:50:24 +00:00
William Monk
bbdefca170 v2.10.0 2018-01-13 11:47:47 +00:00
Will Monk
4786bec5a1 Merge pull request #220 from wmonk/2.9.0
2.9.0
2018-01-13 10:01:07 +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
586a50fb20 Merge pull request #201 from StefanSchoof/patch-1
Add link to typescript User Guide
2018-01-11 08:36:55 +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
Dan Abramov
4b55193f0a Publish
- react-scripts@1.0.17
react-scripts@1.0.17 v1.0.17
2017-11-03 18:27:41 +00:00
Dan Abramov
cfbd468ae3 Add 1.0.17 changelog (#3402) 2017-11-03 18:27:24 +00:00
Dan Abramov
5811d55f70 Use new WebpackDevServer option (#3401) 2017-11-03 18:18:57 +00:00
Loren Sands-Ramshaw
90c83f7927 Fix grammar in README (#3394)
"subway" by itself is not a proper noun
2017-11-03 18:11:12 +00:00
Kenneth Auchenberg
2cb48716ec Add link to VS Code troubleshooting guide (#3399)
* Add link to VS Code troubleshooting guide

* Update README.md
2017-11-03 18:09:29 +00:00
Kenneth Auchenberg
35fa70e924 Update VS Code debug configuration (#3400) 2017-11-03 18:08:24 +00:00
Ryan Swapp
74c523c461 Update README.md (#3392)
Fixed a small grammatical issue that I noticed while browsing the README today
2017-11-02 13:54:40 -04:00