Why do we need --force for vue-tsc? #11834
Replies: 2 comments 2 replies
|
Related question, why |
|
For current create-vue templates, the script is now So yes, you can drop |
|
Related question, why |
|
For current create-vue templates, the script is now So yes, you can drop |
Uh oh!
There was an error while loading. Please reload this page.
Vue-create by default uses the following for the type-check script:
"type-check": "vue-tsc --build --force",Using
--forceis obviously a low slower than no using it. It takes about 12 seconds on my machine for the project I'm working on.Is there a reason why this flag needs to be included? Can't we just check out of date files?
Thanks in advance.
All reactions