Handle Webpack 2.1.0 beta 23 renaming 'loaders' to 'rules'. Fixes #460.

This commit is contained in:
SteveSandersonMS
2016-11-25 10:15:38 +00:00
parent 8401bbf33a
commit 69a0a29057
2 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "aspnet-webpack-react",
"version": "1.0.2",
"version": "1.0.3",
"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": {