Skip to content

Commit 39ccd29

Browse files
committed
docs(readme): add vscode prod build temporary note
1 parent d4b0408 commit 39ccd29

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,11 @@ needed in todays Single Page Applications (SPAs).
6363
- Fork & Clone repo
6464
- `npm install && dotnet restore` (if using Visual Studio it will do both of these automatically when the project is opened)
6565

66-
> Both Visual Studio & VSCode have the neccessary Launch files to be able to run & debug immidiately.
66+
> Both Visual Studio & VSCode have the neccessary (Dev & Prod) Launch files to be able to run & debug immidiately.
67+
68+
(Temporarily) But for VSCode, in order to see the full Production version you must go to Command Line and set the environment variable
69+
to: `ASPNETCORE_ENVIRONMENT=Production`, then run `webpack` manually. Then you can launch the [Production] Launch Web option from VSCode.
70+
6771

6872
----
6973

0 commit comments

Comments
 (0)