mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-29 21:17:31 +00:00
In aspnet-webpack, replace ExternalsPlugin with webpack-node-externals because of #132
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user