Split out 'socket' hosting model into a separate optional NuGet package, since most developers won't need it

This commit is contained in:
SteveSandersonMS
2016-11-30 11:59:56 +00:00
parent ebf5a18344
commit 832da2a451
24 changed files with 244 additions and 135 deletions

View File

@@ -10,8 +10,7 @@ module.exports = {
]
},
entry: {
'entrypoint-http': ['./TypeScript/HttpNodeInstanceEntryPoint'],
'entrypoint-socket': ['./TypeScript/SocketNodeInstanceEntryPoint'],
'entrypoint-http': ['./TypeScript/HttpNodeInstanceEntryPoint']
},
output: {
libraryTarget: 'commonjs',