In aspnet-webpack, replace ExternalsPlugin with webpack-node-externals because of #132

This commit is contained in:
SteveSandersonMS
2016-09-20 15:41:06 +01:00
parent f7ef36bc74
commit 80343e9f17
4 changed files with 19 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "aspnet-webpack",
"version": "1.0.11",
"version": "1.0.12",
"description": "Helpers for using Webpack in ASP.NET Core projects. Works in conjunction with the Microsoft.AspNetCore.SpaServices NuGet package.",
"main": "index.js",
"scripts": {
@@ -10,12 +10,12 @@
"author": "Microsoft",
"license": "Apache-2.0",
"dependencies": {
"es6-promise": "^3.1.2",
"connect": "^3.4.1",
"es6-promise": "^3.1.2",
"memory-fs": "^0.3.0",
"require-from-string": "^1.1.0",
"webpack-dev-middleware": "^1.6.1",
"webpack-externals-plugin": "^1.0.0"
"webpack-node-externals": "^1.4.3"
},
"devDependencies": {
"tsd": "0.6.5",