You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
I would like to be able to specify the Node project path when using webpack dev middleware to allow Javascript apps to be included from any location e.g.
At the moment it can't be changed from the content route. I've made what look like the necessary changes in a fork, but ran into another issue packaging the library before I could try it out. Happy to create a pull request if this is deemed useful enough.
The text was updated successfully, but these errors were encountered:
* upstream/dev:
Add ability to configure environment variables for Node instances, plus auto-populate NODE_ENV based on IHostingEnvironment when possible. Fixesaspnet#230
Rename PrimeCache to PrimeCacheAsync (keeping older name as obsolete overload). Fixesaspnet#246.
Prerenderer now passes original (unescaped) URL to Node - fixesaspnet#250
In WebpackDevMiddleware, allow configuration of ProjectPath (implements aspnet#262)
I would like to be able to specify the Node project path when using webpack dev middleware to allow Javascript apps to be included from any location e.g.
At the moment it can't be changed from the content route. I've made what look like the necessary changes in a fork, but ran into another issue packaging the library before I could try it out. Happy to create a pull request if this is deemed useful enough.
The text was updated successfully, but these errors were encountered: