245 Commits

Author SHA1 Message Date
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
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
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
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
Ian Schmitz
3a40ac03b0 Include TypeScript as devDependency in boilerplate output 2018-01-18 17:57:23 -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
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
dawidboruta
d5b370d8ab Fixed problem with tsconfig.json baseUrl and paths 2018-01-13 19:30:58 +01:00
William Monk
bbdefca170 v2.10.0 2018-01-13 11:47:47 +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
cc52d217b4 Fix package.json 2018-01-11 08:44:27 +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
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
Dan Abramov
4b55193f0a Publish
- react-scripts@1.0.17
2017-11-03 18:27:41 +00:00
Dan Abramov
5811d55f70 Use new WebpackDevServer option (#3401) 2017-11-03 18:18:57 +00:00
Dan Abramov
dc95d18c9c Publish
- create-react-app@1.4.3
 - react-dev-utils@4.2.1
 - react-scripts@1.0.16
2017-10-31 10:41:25 +00:00
Dan Abramov
5e7b9675aa Publish
- babel-preset-react-app@3.1.0
 - react-dev-utils@4.2.0
 - react-error-overlay@3.0.0
 - react-scripts@1.0.15
2017-10-31 09:04:34 +00:00
Dan Abramov
d98b7565b4 Bump dependencies (#3342)
* Bump dependencies

* Downgrade source-map back to 0.5.x

Not sure what changed there but our bundle snapshot doesn't match with minor changes.
I couldn't figure out how to update it, and also whether we need to tweak getPrettyURL in response.
2017-10-28 21:34:47 +01:00
Dan Abramov
fe4dc744d7 Polyfill rAF in test environment (#3340) 2017-10-28 17:57:27 +01:00
Dan Abramov
c66c296fd1 Use React 16 in development 2017-10-28 17:10:07 +01:00
Lorenzo Palmes
54f7da9bb9 Update eslint-plugin-react (#3146)
* update eslint-plugin-react to 7.3.0

* Updated eslint-plugin-react to 7.4.0
2017-10-23 16:18:54 -04:00
Jonny Buchanan
a0030fcf2d Update style-loader and disable inclusion of its HMR code in builds (#3236) 2017-10-05 20:02:32 -04:00
Joshua Wiens
62f0a83c5e Update url-loader to 0.6.2 for mime ReDoS vuln (#3246)
- Changelog: https://github.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md
 - Reference issue:  https://nodesecurity.io/advisories/535

Fixes #3244
2017-10-05 19:49:07 -04:00
nicolaserny
beb13816a0 Upgrade to typescript 2.5.3 2017-10-03 10:50:43 +02:00
Joe Haddad
b2c0b3f74b Publish
- babel-preset-react-app@3.0.3
 - create-react-app@1.4.1
 - eslint-config-react-app@2.0.1
 - react-dev-utils@4.1.0
 - react-error-overlay@2.0.2
 - react-scripts@1.0.14
2017-09-26 20:19:49 -04:00
Sophie Alpert
2e82ebb337 BSD+Patents -> MIT (#3189)
* File headers BSD+Patents -> MIT

* BSD+Patents -> MIT
2017-09-26 10:30:05 +01:00
Nik Nyby
376fd432ce Update webpack-dev-server to 2.8.2 (#3157)
It doesn't look like there is any backwards incompatibility:

https://github.com/webpack/webpack-dev-server/releases
2017-09-21 22:48:41 -04:00
William Monk
606b651346 v2.7.0 2017-09-15 14:41:34 +01:00
John Nilsson
fa89c0017c change version back to 2.6.0 2017-09-15 10:57:42 +02:00
Dan Abramov
51ee648f25 Publish
- react-dev-utils@4.0.1
 - react-error-overlay@2.0.1
 - react-scripts@1.0.13
2017-09-09 22:35:25 +02:00
Dan Abramov
ef01aab95a Publish
- react-dev-utils@4.0.0
 - react-error-overlay@2.0.0
 - react-scripts@1.0.12
2017-09-09 22:34:20 +02:00
Tharaka Wijebandara
caa9cef27a Convert react-error-overlay to React (#2515)
* Convert react-error-overlay to React

* Update compile-time error overlay to use react-error-overlay components

 * Refactor react-error-overlay components to container and presentational components.

 * Make the compile-time error overlay a part of react-error-overlay package.

 * Use react-error-overlay as dependency in react-dev-utils to show compile-time errors.

* Run Prettier

* Move the function name fix into StackFrame itself

* Fix clicking on source code snippet to open the code in editor

* Use exact objects + minor style tweak

* Don't linkify frames that don't exist on the disk

* Fix lint

* Consolidate iframe rendering logic

* Remove circular dependency between react-dev-utils and react-error-overlay

* Fix lint

* Fix decoupling of react-dev-utils and react-error-overlay by moving middleware

* Deduplicate identical errors
2017-09-09 22:34:19 +02:00
Joe Haddad
0bb9537f06 Publish
- babel-preset-react-app@3.0.2
 - create-react-app@1.4.0
 - eslint-config-react-app@2.0.0
 - react-dev-utils@3.1.0
 - react-error-overlay@1.0.10
 - react-scripts@1.0.11
2017-09-09 22:25:59 +02:00
Joe Haddad
8ace6d5f20 Update dev deps (#2923)
* Bump deps

* Fix linter errors

* Whoops

* Try to bump webpack

* Update peer deps to min for eslint 4.x
2017-09-09 22:25:58 +02:00
themre
eb3f85d2ea Feature/webpack 3 4 (#2875)
* bump wp3

* try bump babel-loader

* bump 3.4.1
2017-09-09 22:25:57 +02:00
themre
27f1256559 Bump Webpack 3.4 (#2850)
* bump wp3

* try bump babel-loader
2017-09-09 22:25:55 +02:00
themre
c93e63090a Feature/webpack3 (#2574)
* Add source-map-loader to support source maps of dependencies

* merge with latest develop

* add ModuleConcatenationPlugin

* revert source-map-loader

* bump to 3.1 and update dev-server

* rebase to master

* rebase again

* bump webpack

* remove ModuleConcatenationPlugin, downgraded react packages, bump etwp

* ETWP rc1 only for testing

* bump ETWP and webpack 3

* bump WP3

* revert to 3.2.0

* bump sw-precache-webpack-plugin

* bump back to 3.3.0

* bump dev-server and manifest
2017-09-09 22:25:51 +02:00
Christian Bundy
834515f1cb Upgrade webpack-dev-server (#2806) 2017-09-09 22:25:20 +02:00