Skip to content

Commit

Permalink
refactor: dev environment update (#90)
Browse files Browse the repository at this point in the history
* test: switch from jest to vitest

* chore: use tsconfig preset

* chore: compile to ES6
  • Loading branch information
toomuchdesign authored Oct 26, 2024
1 parent 257c21e commit 51967c2
Show file tree
Hide file tree
Showing 8 changed files with 3,650 additions and 5,655 deletions.
5 changes: 5 additions & 0 deletions .changeset/twenty-stingrays-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'next-use-contextual-routing': major
---

refactor: compile to ES6
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ node_modules
coverage/
dist/
demo/out
*-temp.json

# Trailing dotted files
!.babelrc*
Expand Down
Loading

0 comments on commit 51967c2

Please sign in to comment.