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
In aspnet-webpack-react 3.0.0+, remove the workaround for aspnet#1066. Templates that use this version of the package need to not have issue aspnet#1066
Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/package.json
+3-8Lines changed: 3 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,11 @@
1
1
{
2
2
"name": "aspnet-webpack-react",
3
-
"version": "2.0.1",
3
+
"version": "3.0.0-beta.1",
4
4
"description": "Helpers for using Webpack with React in ASP.NET Core projects. Works in conjunction with the Microsoft.AspNetCore.SpaServices NuGet package.",
0 commit comments