Skip to content

Commit

Permalink
chore: upgrade vite version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daydreamer-riri committed Jul 24, 2023
1 parent 10484ca commit 302293f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 53 deletions.
Empty file modified bin/vite-react-ssg.js
100644 → 100755
Empty file.
3 changes: 1 addition & 2 deletions examples/multiple-pages/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@
"vite-plugin-pages/client"
]
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
"include": ["src"]
}
10 changes: 0 additions & 10 deletions examples/multiple-pages/tsconfig.node.json

This file was deleted.

2 changes: 1 addition & 1 deletion examples/multiple-pages/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import react from '@vitejs/plugin-react-swc'
export default defineConfig({
plugins: [react()],
ssgOptions: {
formatting: 'minify',
formatting: 'prettify',
},
})
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"simple-git-hooks": "^2.8.1",
"typescript": "5.1.6",
"unbuild": "^1.2.1",
"vite": "^4.3.9",
"vite": "^4.4.0",
"vite-plugin-pwa": "^0.16.4",
"vitest": "0.33.0"
}
Expand Down
45 changes: 6 additions & 39 deletions pnpm-lock.yaml

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

0 comments on commit 302293f

Please sign in to comment.