Skip to content

Commit aff723a

Browse files
committed
Update JsxHandlerFactory to BabelHandlerFactory
1 parent 64accff commit aff723a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/React.Web/Content/web.config.transform

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Uncomment if using IIS 7 Classic Mode, IIS 6, or Mono -->
44
<!--
55
<httpHandlers>
6-
<add verb="GET" path="*.jsx" type="React.Web.JsxHandlerFactory, React.Web" />
6+
<add verb="GET" path="*.jsx" type="React.Web.BabelHandlerFactory, React.Web" />
77
</httpHandlers>
88
-->
99
</system.web>
@@ -14,4 +14,4 @@
1414
<add name="Babel" verb="GET" path="*.jsx" type="React.Web.BabelHandlerFactory, React.Web" preCondition="integratedMode" />
1515
</handlers>
1616
</system.webServer>
17-
</configuration>
17+
</configuration>

0 commit comments

Comments
 (0)