In aspnet-webpack HMR, don't rely on assumption that entry point is called 'main'. Fixes #289.

This commit is contained in:
SteveSandersonMS
2016-09-09 13:21:31 +01:00
parent 605090e909
commit bc2de2ad59
2 changed files with 20 additions and 6 deletions

View File

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