Support for array-style webpack configs in aspnet-webpack. Fixes #291.

This commit is contained in:
SteveSandersonMS
2016-09-27 15:45:21 +01:00
parent 85eba9ca27
commit 2241c55a90
3 changed files with 105 additions and 68 deletions

View File

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