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 88 {
99 public static void Configure ( )
1010 {
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.
1212 // 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);
1418
1519 // If you want to use server-side rendering of React components,
1620 // add all the necessary JavaScript files here. This includes
You can’t perform that action at this time.
0 commit comments