You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add option to switch between babel versions
* Fix build
* Fix babel 7 build
* Don't opt in to babel 7 by default
* Drop babel-loader
* Add integration tests for babel 6 / 7
* It's late
* Add test for working typescript transform
* Add test for TSX rendering
* Support serving TSX files from ASP.NET bundle transforms
* Remove out of date IIS classic mode transform
* Support serving TSX files on .NET Core
* Fix build
* Drop unused using
Copy file name to clipboardexpand all lines: src/React.Core/React.Core.csproj
+9-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
<ProjectSdk="Microsoft.NET.Sdk">
1
+
<ProjectSdk="Microsoft.NET.Sdk">
2
2
3
3
<PropertyGroup>
4
4
<Description>ReactJS and Babel tools for .NET. Important: This package does not do much on its own; you probably want an integration package (like React.Web.Mvc4) as well. Please refer to project site (http://reactjs.net/) for more details, usage examples and sample code.</Description>
0 commit comments