WIP
This commit is contained in:
parent
54b057886c
commit
7fc1ae0650
204 changed files with 4345 additions and 134 deletions
|
|
@ -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