Skip to content

Commit 39eb7c3

Browse files
Remove out of date IIS classic mode transform
1 parent 8a1eb19 commit 39eb7c3

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

Diff for: src/React.Web/Content/web.config.transform

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
<configuration>
2-
<system.web>
3-
<!-- Uncomment if using IIS 7 Classic Mode, IIS 6, or Mono -->
4-
<!--
5-
<httpHandlers>
6-
<add verb="GET" path="*.jsx" type="React.Web.BabelHandlerFactory, React.Web" />
7-
</httpHandlers>
8-
-->
9-
</system.web>
10-
1+
<configuration>
112
<system.webServer>
123
<handlers>
134
<remove name="Babel" />

0 commit comments

Comments
 (0)