Fix aspnet-webpack-react, and simplify ReactSpa template to use it

This commit is contained in:
SteveSandersonMS
2016-03-11 01:08:41 +00:00
parent 294d898fd3
commit b28296f801
2 changed files with 5 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "aspnet-webpack-react",
"version": "1.0.0",
"version": "1.0.1",
"description": "Helpers for using Webpack with React in ASP.NET projects. Works in conjunction with the Microsoft.AspNet.SpaServices NuGet package.",
"main": "index.js",
"scripts": {
@@ -16,6 +16,7 @@
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"react": "^0.14.7",
"react-transform-hmr": "^1.0.4",
"webpack": "^1.12.14"
}
}