Update aspnet-webpack to 2.0.1, automatically disabling the middleware if we detect the process doesn't have sufficient disk permissions

This commit is contained in:
Steve Sanderson
2017-07-12 23:06:05 +01:00
parent a74941e3c8
commit cdb04c74f9
4 changed files with 1772 additions and 8 deletions

View File

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