mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Fix the deployment issue caused by incorrectly referencing 'webpack-externals-plugin' when it should be 'webpack-node-externals'
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
"typescript": "^1.8.2",
|
||||
"url-loader": "^0.5.7",
|
||||
"webpack": "^1.12.14",
|
||||
"webpack-externals-plugin": "^1.0.0",
|
||||
"webpack-node-externals": "^1.4.3",
|
||||
"webpack-hot-middleware": "^2.10.0",
|
||||
"webpack-merge": "^0.14.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user