forked from vitejs/vite
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add experimental.enableNativePlugin (#41)
2cf0eb2 fe71cbc Co-authored-by: IWANABETHATGUY <[email protected]>
- Loading branch information
1 parent
457a272
commit 3c06c4b
Showing
3 changed files
with
83 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
build-vite: | ||
pnpm --filter vite run build-bundle | ||
|
||
test-serve: | ||
pnpm run test-serve | ||
|
||
test-build: | ||
pnpm run test-build | ||
|
||
test: test-serve test-build | ||
|
||
fmt: | ||
pnpm --filter vite run format |
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