madskristensen / NpmTaskRunner

Visual Studio extension
Other
88 stars 32 forks source link

Support Bindings with Launch Profiles #88

Open EagleTsui opened 1 year ago

EagleTsui commented 1 year ago

I setup 2 Launch Profiles "IIS Express" and "Vite Dev" in VS 2022. And I also setup 2 Scripts "dev" and "build" in package.json file. For "dev" script, I just setup bindings to project open which it is enough in current version. For "build" script, I want to bindings After build when build project with "IIS Express" profiles only.

I need Vite to build bundle for "IIS Express" profiles and "Vite Dev" not to do it.