Skip to content

Commit

Permalink
nog maar een poging
Browse files Browse the repository at this point in the history
  • Loading branch information
reindernijhoff committed Mar 18, 2024
1 parent 8b6e4ce commit 8fe5a00
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
10 changes: 5 additions & 5 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"node": ">=20.0.0"
},
"dependencies": {
"dittytoy": "0.0.2-dev.8c8ee71"
"dittytoy": "0.0.2-dev.8b6e4ce"
}
}
13 changes: 13 additions & 0 deletions example/vite.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import {defineConfig} from 'vite'

export default defineConfig({
base: './',
optimizeDeps: {
esbuildOptions: {
target: 'esnext'
}
},
build: {
target: 'esnext'
}
})

0 comments on commit 8fe5a00

Please sign in to comment.