Update aspnet-webpack-react to support Webpack 2.x-style configs

This commit is contained in:
SteveSandersonMS
2017-01-27 11:18:26 +00:00
parent a9bc1201d1
commit 345b4f64b5
2 changed files with 51 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "aspnet-webpack-react",
"version": "1.0.3",
"version": "1.0.4",
"description": "Helpers for using Webpack with React in ASP.NET Core projects. Works in conjunction with the Microsoft.AspNetCore.SpaServices NuGet package.",
"main": "index.js",
"scripts": {
@@ -26,7 +26,7 @@
"react-transform-hmr": "^1.0.4"
},
"devDependencies": {
"@types/webpack": "^1.12.34",
"@types/webpack": "^2.2.0",
"rimraf": "^2.5.4",
"typescript": "^2.0.0",
"webpack": "^1.12.14"