In aspnet-webpack, allow webpack-hot-middleware/client to be added manually with options. Fixes #353

This commit is contained in:
SteveSandersonMS
2016-10-04 11:36:10 +01:00
parent 6126c4d480
commit 18e8b7101c
2 changed files with 10 additions and 5 deletions

View File

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