-
Notifications
You must be signed in to change notification settings - Fork 912
Closed
Labels
Milestone
Description
Steps to repro:
- Create new ASP.NET Core site using .NET Core
- Follow setup steps at https://reactjs.net/getting-started/aspnetcore.html
3 CreateHelloWorld.jsxwith some JSX in it - Hit HelloWorld.jsx in browser. Verify that JSX is transformed
- Edit file and refresh browser. Notice that it's still returning the old file (cache timestamp remains the same).
Reactions are currently unavailable