Skip to content

Commit e85b260

Browse files
authored
Merge pull request #16 from facebookincubator/master
Update from upstream repo facebookincubator/create-react-app@master
2 parents f123b3a + 1491d46 commit e85b260

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Some features are currently **not supported**:
191191

192192
* Server rendering.
193193
* Some experimental syntax extensions (e.g. decorators).
194-
* CSS Modules.
194+
* CSS Modules (see [#2285](https://github.com/facebookincubator/create-react-app/pull/2285)).
195195
* Importing LESS or Sass directly ([but you still can use them](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#adding-a-css-preprocessor-sass-less-etc)).
196196
* Hot reloading of components.
197197

packages/react-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"sw-precache-webpack-plugin": "0.11.4",
5858
"url-loader": "0.5.9",
5959
"webpack": "3.5.1",
60-
"webpack-dev-server": "2.7.1",
60+
"webpack-dev-server": "2.8.2",
6161
"webpack-manifest-plugin": "1.2.1",
6262
"whatwg-fetch": "2.0.3"
6363
},

packages/react-scripts/template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ In addition to [ES6](https://github.com/lukehoban/es6features) syntax features,
199199
* [Async/await](https://github.com/tc39/ecmascript-asyncawait) (ES2017).
200200
* [Object Rest/Spread Properties](https://github.com/sebmarkbage/ecmascript-rest-spread) (stage 3 proposal).
201201
* [Dynamic import()](https://github.com/tc39/proposal-dynamic-import) (stage 3 proposal)
202-
* [Class Fields and Static Properties](https://github.com/tc39/proposal-class-public-fields) (stage 2 proposal).
202+
* [Class Fields and Static Properties](https://github.com/tc39/proposal-class-public-fields) (part of stage 3 proposal).
203203
* [JSX](https://facebook.github.io/react/docs/introducing-jsx.html) and [Flow](https://flowtype.org/) syntax.
204204

205205
Learn more about [different proposal stages](https://babeljs.io/docs/plugins/#presets-stage-x-experimental-presets-).

0 commit comments

Comments
 (0)