Steve Sanderson
|
e2030fb1fa
|
Handle publicPath=/ in HMR. Fixes #1191.
|
2017-08-24 17:52:35 -07:00 |
|
Steve Sanderson
|
d6ae8829b6
|
In HMR, don't rely on default JsonSerializer settings. Fixes #688
|
2017-08-21 17:11:47 -07:00 |
|
Stephen Lautier
|
fc12d722b8
|
fix(webpack): fix middleware to specifically serialize options as non-camecased
|
2017-08-02 09:24:42 +01:00 |
|
Steve Sanderson
|
44f86eb8a1
|
Fix webpack HMR proxying logic for apps running on non-root URLs (e.g., full IIS virtual directories)
|
2017-07-11 18:56:06 +01:00 |
|
Steve Sanderson
|
b444831c8d
|
Remove System.Runtime.Loader dependency to enable net461 support. Use IApplicationLifetime instead of AssemblyLoadContext.Default.Unloading.
|
2017-06-07 14:58:44 +01:00 |
|
Pranav K
|
9b131ea7d3
|
Remove unused usings
|
2017-05-27 18:58:17 -07:00 |
|
SteveSandersonMS
|
351fe3d15c
|
In SpaServices, add new HotModuleReplacementEndpoint option on HMR config. Fixes #579.
|
2017-01-20 15:03:52 +00:00 |
|
SteveSandersonMS
|
e2f8031bb8
|
For HMR, proxy all requests including /__webpack_hmr. Fixes #271.
|
2016-11-30 16:53:16 +00:00 |
|
SteveSandersonMS
|
3ff4447924
|
Add XML docs to core packages
|
2016-11-29 16:03:15 +00:00 |
|
SteveSandersonMS
|
fadcb586c6
|
Support specifying environment variables for the Webpack dev middleware Node instance. Resolves #311.
|
2016-11-07 12:29:01 -08:00 |
|
SteveSandersonMS
|
adf4732191
|
Make aspnet-webpack and SpaServices both back-compatible with older versions of the other, in case people don't upgrade both at the same time
|
2016-09-28 10:04:02 +01:00 |
|
SteveSandersonMS
|
2241c55a90
|
Support for array-style webpack configs in aspnet-webpack. Fixes #291.
|
2016-09-28 10:00:59 +01:00 |
|
SteveSandersonMS
|
d76b013a56
|
WebpackDevMiddleware now uses ProjectPath option consistently. Fixes #307
|
2016-09-14 12:04:15 +01:00 |
|
SteveSandersonMS
|
80f740a9ed
|
Revert "Webpack HMR EventSource requests are now proxied (rather than redirected) to the local HMR server" because of 'ECANCELED'/'EPIPE broken pipe' issues. Awaiting feedback from Kestrel team.
|
2016-09-13 12:51:23 +01:00 |
|
SteveSandersonMS
|
f071590fce
|
Webpack HMR EventSource requests are now proxied (rather than redirected) to the local HMR server. Fixes #271.
|
2016-09-09 16:31:15 +01:00 |
|
SteveSandersonMS
|
f0d954b2a6
|
Design review: Change AddNodeServices to take an Action<NodeServicesOptions> like other aspects of MVC DI config
|
2016-09-01 17:46:59 +01:00 |
|
SteveSandersonMS
|
f04fb8c421
|
Design review: Always instantiate via DI
|
2016-09-01 15:51:53 +01:00 |
|
SteveSandersonMS
|
6d8767d141
|
Tweak WebpackDevMiddleware.cs to avoid unnecessary Task.Yield()
|
2016-08-18 13:49:20 -07:00 |
|
SteveSandersonMS
|
098159998d
|
Add ability to configure environment variables for Node instances, plus auto-populate NODE_ENV based on IHostingEnvironment when possible. Fixes #230
|
2016-08-16 16:26:07 -07:00 |
|
SteveSandersonMS
|
0d0d25b032
|
In WebpackDevMiddleware, allow configuration of ProjectPath (implements #262)
|
2016-08-15 14:40:38 -07:00 |
|
SteveSandersonMS
|
14337e32ab
|
WebpackDevMiddleware now preserves client's view of hostname when doing 302 to /__webpack_hmr
|
2016-07-27 11:03:04 +01:00 |
|
SteveSandersonMS
|
4fb3b18868
|
Create new top-level DefaultNodeInstance concept that will soon hold the "connection draining" logic
|
2016-07-06 18:23:25 +01:00 |
|
SteveSandersonMS
|
32ebaecdd8
|
Define DefaultNodeHostingModel in one common place so it can be changed easily
|
2016-06-01 16:15:34 +01:00 |
|
SteveSandersonMS
|
cb289fd387
|
Further stylistic tweaks
|
2016-05-31 22:29:27 +01:00 |
|
Andrei Tserakhau
|
b141419b14
|
refactor(angular-services): beutify base uri creation
bug: remove redundant closing brackets
|
2016-05-25 16:09:20 +03:00 |
|
Andrei Tserakhau
|
95cba7f5dd
|
refactor: apply default vs transform to xproj
refactor(spa-services): clean code
refactor(node-services): clean code, extract classes nto separate files
refactor(angular-services): prime cache cleanup
|
2016-05-25 16:08:49 +03:00 |
|
SteveSandersonMS
|
25c728f885
|
Change all Microsoft.AspNet.* namespaces and references to Microsoft.AspNetCore.*
|
2016-05-02 13:13:49 -07:00 |
|
SteveSandersonMS
|
4a0e4bdf1a
|
Rename Microsoft.AspNet.* packages folders to Microsoft.AspNetCore.*
|
2016-05-02 13:13:49 -07:00 |
|