We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09ad830 + 18bc448 commit 0f92a53Copy full SHA for 0f92a53
examples/bun-build/preload.ts
@@ -1,4 +1,4 @@
1
import { plugin } from 'bun';
2
import UnpluginTypia from '@ryoppippi/unplugin-typia/bun'
3
4
-plugin(UnpluginTypia({cache: false}))
+plugin(UnpluginTypia({cache: true, log: 'verbose'}))
0 commit comments