NativeScript / nativescript-dev-typescript

TypeScript support for NativeScript projects
Apache License 2.0
21 stars 10 forks source link

feat(watch): use before-watchPatterns hook #42

Closed Mitko-Kerezov closed 6 years ago

Mitko-Kerezov commented 6 years ago

Use CLI's before-watchPatterns hook in order to instruct CLI not to watch .ts files. In addition do not launch a tsc watch process when bundling, assume bundler will handle it.

Ping @rosen-vladimirov @sis0k0

Merge after https://github.com/NativeScript/nativescript-cli/pull/3350

dtopuzov commented 6 years ago

run ci