Visual Studio can automatically compile typescript files on save. When the browserlink is used, it will also automatically update the browser with the latest version.
Is there a way to bundle typescript files in Visual Studio without loosing this feature? Code should be recompiled on save and automatically available in the browsers over the browserlink.
Whatever solution needs to be able to resolve es6 modules! I found a few solution throughout the web but they mostly use webpack (which is slow) and dont mention if it works with browserlink
you can use Cloud Mate (https://angrymonkeycloud.com/mate) but not sure about browserlink!
It compiles, bundle, and minify TypeScript files using gulp without writing gulp complex configuration.