-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat: Add support for buld mode fix #65 * fix: forget to return final args * doc: update docs and types * fix: fix type errors * style: code style issues * docs: refine README Co-authored-by: Alexandr Dubinin <[email protected]> Co-authored-by: fi3ework <[email protected]>
- Loading branch information
1 parent
df4917e
commit 96fc4b4
Showing
3 changed files
with
21 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
96fc4b4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This same change needs to be made for
vue-tsc
, to allow Vue projects with Vue SFC files (.vue) to support the --build flag and Typescript references as well in tsconfig files.