We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64accff commit aff723aCopy full SHA for aff723a
src/React.Web/Content/web.config.transform
@@ -3,7 +3,7 @@
3
<!-- Uncomment if using IIS 7 Classic Mode, IIS 6, or Mono -->
4
<!--
5
<httpHandlers>
6
- <add verb="GET" path="*.jsx" type="React.Web.JsxHandlerFactory, React.Web" />
+ <add verb="GET" path="*.jsx" type="React.Web.BabelHandlerFactory, React.Web" />
7
</httpHandlers>
8
-->
9
</system.web>
@@ -14,4 +14,4 @@
14
<add name="Babel" verb="GET" path="*.jsx" type="React.Web.BabelHandlerFactory, React.Web" preCondition="integratedMode" />
15
</handlers>
16
</system.webServer>
17
-</configuration>
+</configuration>
0 commit comments