Adds code
This commit is contained in:
commit
269bf50c78
33 changed files with 1489 additions and 0 deletions
9
Application/TypeScript/Modules/esbuild_ReadMe.txt
Normal file
9
Application/TypeScript/Modules/esbuild_ReadMe.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
..\node_modules\.bin\esbuild app.ts --sourcemap --bundle --outfile=../wwwroot/js/app.js
|
||||
|
||||
|
||||
Create a new alias for easy access
|
||||
New-Alias -Name esbuild -Value ..\node_modules\.bin\esbuild
|
||||
|
||||
After alias, just do like this:
|
||||
esbuild app.ts --sourcemap --bundle --outfile=../wwwroot/js/app.js
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue