Skip to content

Commit

Permalink
Merge pull request #103 from zazuko/vite
Browse files Browse the repository at this point in the history
building with vite
  • Loading branch information
tpluscode authored Apr 16, 2024
2 parents 526d5cb + a0e3744 commit 29980ef
Show file tree
Hide file tree
Showing 29 changed files with 5,622 additions and 12,084 deletions.
10 changes: 10 additions & 0 deletions .changeset/quick-llamas-refuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@zazuko/spex": minor
---

Built with vite. Some built paths changed

| Before | Now |
| -- | -- |
| `dist/spex.umd.js` | `dist/spex.umd.cjs` |
| `dist/spex.css` | `dist/style.css` |
5 changes: 3 additions & 2 deletions .eslintrc.js → .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ module.exports = {
root: true,

env: {
node: true
node: true,
es2022: true
},

extends: [
Expand All @@ -27,5 +28,5 @@ module.exports = {
'func-call-spacing': 'off',
'no-extra-semi': 'off',
indent: 'off',
}
},
}
5 changes: 0 additions & 5 deletions babel.config.js

This file was deleted.

Loading

0 comments on commit 29980ef

Please sign in to comment.