In LoadViaWebpack, account for CSS/font/etc files referenced with URLs that have a querystring. Fixes #335.

This commit is contained in:
SteveSandersonMS
2016-09-28 09:57:46 +01:00
parent adf4732191
commit 46966322b7
2 changed files with 10 additions and 5 deletions

View File

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