-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: dev environment update (#90)
* test: switch from jest to vitest * chore: use tsconfig preset * chore: compile to ES6
- Loading branch information
1 parent
257c21e
commit 51967c2
Showing
8 changed files
with
3,650 additions
and
5,655 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'next-use-contextual-routing': major | ||
--- | ||
|
||
refactor: compile to ES6 |
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 |
---|---|---|
|
@@ -6,6 +6,7 @@ node_modules | |
coverage/ | ||
dist/ | ||
demo/out | ||
*-temp.json | ||
|
||
# Trailing dotted files | ||
!.babelrc* | ||
|
Oops, something went wrong.