You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-scripts/template/README.md
+9
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ You can find the most recent version of this guide [here](https://github.com/fac
13
13
-[npm test](#npm-test)
14
14
-[npm run build](#npm-run-build)
15
15
-[npm run eject](#npm-run-eject)
16
+
-[Supported features beyond ES6](#supported-features-beyond-es6)
16
17
-[Syntax Highlighting in the Editor](#syntax-highlighting-in-the-editor)
17
18
-[Displaying Lint Output in the Editor](#displaying-lint-output-in-the-editor)
18
19
-[Changing the Page `<title>`](#changing-the-page-title)
@@ -162,6 +163,14 @@ Instead, it will copy all the configuration files and the transitive dependencie
162
163
163
164
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
164
165
166
+
## Supported Features Beyond ES6
167
+
168
+
The following language features beyond ES6 are supported (at the time of writing, stage 2 and 3 proposals):
169
+
170
+
*[Public class fields](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-properties) ([stage 2](https://tc39.github.io/proposal-class-public-fields/))
To configure the syntax highlighting in your favorite text editor, head to the [relevant Babel documentation page](https://babeljs.io/docs/editors) and follow the instructions. Some of the most popular editors are covered.
0 commit comments