Update aspnet-webpack to support Webpack 2-style configs that export a function

This commit is contained in:
SteveSandersonMS
2017-01-27 14:44:25 +00:00
parent 345b4f64b5
commit e4d00a2da3
3 changed files with 21 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "aspnet-webpack",
"version": "1.0.26",
"version": "1.0.27",
"description": "Helpers for using Webpack in ASP.NET Core projects. Works in conjunction with the Microsoft.AspNetCore.SpaServices NuGet package.",
"main": "index.js",
"scripts": {
@@ -27,7 +27,7 @@
"devDependencies": {
"@types/connect": "^3.4.30",
"@types/node": "^6.0.42",
"@types/webpack": "^1.12.34",
"@types/webpack": "^2.2.0",
"rimraf": "^2.5.4",
"typescript": "^2.0.0",
"webpack": "^1.13.2"