Skip to content

Commit 40051cf

Browse files
authored
fix(docs): Bump vite to 8.0.5 to fix minifier issue (#2353)
1 parent 26fd628 commit 40051cf

3 files changed

Lines changed: 129 additions & 130 deletions

File tree

apps/typegpu-docs/astro.config.mjs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@ export default defineConfig({
4545
// Required for '@rolldown/browser' to work.
4646
'process.env.NODE_DEBUG_NATIVE': '""',
4747
},
48-
build: {
49-
rolldownOptions: {
50-
output: {
51-
minify: 'dce-only',
52-
},
53-
},
54-
},
5548
optimizeDeps: {
5649
exclude: ['@rolldown/browser', 'onnxruntime-web'],
5750
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
],
6868
"overrides": {
6969
"rollup": "catalog:",
70-
"vite": "8.0.2",
70+
"vite": "8.0.5",
7171
"typescript": "catalog:types",
7272
"three": "catalog:example"
7373
}

0 commit comments

Comments
 (0)