Pass through error stack when NPM module loading failed in aspnet-webpack and aspnet-prerendering to make debugging easier

This commit is contained in:
SteveSandersonMS
2016-09-21 11:08:04 +01:00
parent 5214a553a7
commit 232e908ce8
4 changed files with 5 additions and 5 deletions

View File

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