Implement workaround for #1066

This commit is contained in:
Steve Sanderson
2017-06-26 12:51:03 +01:00
parent 53f5a77490
commit 117c1a6cbd
4 changed files with 84 additions and 4 deletions

View File

@@ -1,11 +1,12 @@
{
"name": "aspnet-webpack-react",
"version": "2.0.0",
"version": "2.0.1",
"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": {
"prepublish": "rimraf *.d.ts && tsc && echo 'Finished building NPM package \"aspnet-webpack-react\"'",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node scripts/postinstall.js"
},
"author": "Microsoft",
"license": "Apache-2.0",
@@ -16,8 +17,12 @@
"type": "git",
"url": "https://github.com/aspnet/JavaScriptServices.git"
},
"dependencies": {
"@types/webpack": "2.2.15",
"hjson": "2.4.3"
},
"devDependencies": {
"@types/webpack": "^2.2.0",
"@types/react": "15.0.29",
"rimraf": "^2.5.4",
"typescript": "^2.0.0",
"webpack": "^2.2.0"