You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add nativescript-vue-template-compiler support (#354)
* feat: add nativescript-vue-template-compiler support
* test: add vue related unit and integrations tests
* docs: add information about nativescript-vue-template-compiler support
If `true` or `enabled: true`, the linter and compiler will process VueJs single-file-component (.vue) files. See the
211
211
[Vue section](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin#vue) further down for information on how to correctly setup your project.
212
212
213
213
-**useTypescriptIncrementalApi**`boolean`:
@@ -408,6 +408,13 @@ new ForkTsCheckerWebpackPlugin({
408
408
vue:true
409
409
});
410
410
```
411
+
Optionally change default [vue-template-compiler](https://github.com/vuejs/vue/tree/dev/packages/vue-template-compiler) to [nativescript-vue-template-compiler](https://github.com/nativescript-vue/nativescript-vue/tree/master/packages/nativescript-vue-template-compiler) if you use [nativescript-vue](https://github.com/nativescript-vue/nativescript-vue)
0 commit comments