Skip to content

Commit

Permalink
Merge pull request #991 from traPtitech/dependabot/npm_and_yarn/dashb…
Browse files Browse the repository at this point in the history
…oard/vite-6.0.6
  • Loading branch information
cp-20 authored Jan 16, 2025
2 parents bde6a85 + 9e78898 commit 4116eb8
Show file tree
Hide file tree
Showing 3 changed files with 494 additions and 29 deletions.
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "5.7.2",
"unocss": "0.65.1",
"unplugin-fonts": "1.3.1",
"vite": "5.4.8",
"vite": "6.0.6",
"vite-plugin-compression": "0.5.1",
"vite-plugin-solid": "2.11.0",
"vite-plugin-solid-svg": "0.8.1",
Expand Down
1 change: 1 addition & 0 deletions dashboard/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export default defineConfig(({ mode }) => ({
alias: {
'/@': path.resolve(__dirname, '/src'),
},
conditions: ['module', 'browser', 'default'],
},
build: {
target: 'esnext',
Expand Down
Loading

0 comments on commit 4116eb8

Please sign in to comment.