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
dotnet can do server side rendering also, and it has great design-time environment. The reactjs server side rendering is a little bit duplicate in this case, and makes me feel a little bit uncomfortable.
is es2015-webpack used at all?
I added some new launch settings, if you feel usefull, please incorporate it into the project
{
"name": "Node- build server, and debug build client",
"type": "node",
"request": "launch",
"program": "${workspaceRoot}/run.js",
"stopOnEntry": true,
"args": ["build", "--debug"],
},
{
"name": "Node- run client with DEBUG and HMR, start server.",
"type": "node",
"request": "launch",
"program": "${workspaceRoot}/run.js",
"args": ["start"],
},
Thanks
The text was updated successfully, but these errors were encountered:
First great works, and thanks.
{
"name": "Node- build server, and debug build client",
"type": "node",
"request": "launch",
"program": "${workspaceRoot}/run.js",
"stopOnEntry": true,
"args": ["build", "--debug"],
},
{
"name": "Node- run client with DEBUG and HMR, start server.",
"type": "node",
"request": "launch",
"program": "${workspaceRoot}/run.js",
"args": ["start"],
},
Thanks
The text was updated successfully, but these errors were encountered: