File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
src/React.Web/Content/App_Start Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 8
8
{
9
9
public static void Configure ( )
10
10
{
11
- // If you want to use fancy new ES6 features, uncomment this line:
11
+ // ES6 features are enabled by default. Uncomment the below line to disable them.
12
12
// See http://reactjs.net/guides/es6.html for more information.
13
- //ReactSiteConfiguration.Configuration.SetUseHarmony(true);
13
+ //ReactSiteConfiguration.Configuration.SetUseHarmony(false);
14
+
15
+ // Uncomment the below line if you are using Flow
16
+ // See http://reactjs.net/guides/flow.html for more information.
17
+ //ReactSiteConfiguration.Configuration.SetStripTypes(true);
14
18
15
19
// If you want to use server-side rendering of React components,
16
20
// add all the necessary JavaScript files here. This includes
You can’t perform that action at this time.
0 commit comments