Browse Source

chore: add exportStatic option in config (#11512)

pull/11527/head
afc163 9 months ago
committed by GitHub
parent
commit
233e1b0e28
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      config/config.ts

1
config/config.ts

@ -177,4 +177,5 @@ export default defineConfig({
mako: {}, mako: {},
esbuildMinifyIIFE: true, esbuildMinifyIIFE: true,
requestRecord: {}, requestRecord: {},
exportStatic: {},
}); });

Loading…
Cancel
Save