Browse Source

fix: 设置esbuildMinifyIIFE=true,解决编译问题

pull/287/head
zhaowei 10 months ago
parent
commit
345d6354fc
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      react-ui/config/config.ts

+ 1
- 0
react-ui/config/config.ts View File

@@ -150,6 +150,7 @@ export default defineConfig({
// mfsu: {
// strategy: 'normal',
// },
esbuildMinifyIIFE: true,
requestRecord: {},
icons: {},
lessLoader: {


Loading…
Cancel
Save