Skip to content

Commit

Permalink
feat: use vite & esm build
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Built file locations are different, so you may need
to update your imports.
  • Loading branch information
hwbllmnn committed Jun 19, 2024
1 parent 972e852 commit 634d9d4
Show file tree
Hide file tree
Showing 19 changed files with 5,886 additions and 9,048 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ build

.eslintrc.js
*.config.js
outputs.ts
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [20.x, 22.x]

steps:
- name: Checkout sources
Expand Down
11 changes: 0 additions & 11 deletions babel.config.js

This file was deleted.

29 changes: 0 additions & 29 deletions jest.config.js

This file was deleted.

Loading

0 comments on commit 634d9d4

Please sign in to comment.