Update aspnet-webpack to 2.0.0, now supporting HMR when apps are running in virtual directories

This commit is contained in:
Steve Sanderson
2017-07-11 16:23:15 +01:00
parent 44f86eb8a1
commit 8acba88160
2 changed files with 38 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "aspnet-webpack",
"version": "1.0.29",
"version": "2.0.0",
"description": "Helpers for using Webpack in ASP.NET Core projects. Works in conjunction with the Microsoft.AspNetCore.SpaServices NuGet package.",
"main": "index.js",
"scripts": {