Skip to content

Commit d6d0f63

Browse files
committed
fix(docs): Temporarily turn off minifier to make things work on iOS WebKit
1 parent 99d5f13 commit d6d0f63

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

apps/typegpu-docs/astro.config.mjs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ 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+
},
4855
optimizeDeps: {
4956
exclude: ['@rolldown/browser', 'onnxruntime-web'],
5057
},

0 commit comments

Comments
 (0)