aspnet-webpack module now preserves 'path' and 'publicPath' config settings when invoking Webpack compiler. Fixes #176.

This commit is contained in:
SteveSandersonMS
2016-07-18 13:55:26 +01:00
parent 58bf117442
commit 057efb43c8
2 changed files with 12 additions and 3 deletions

View File

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