Browse Source

避免 mfsu 编译 playwright (#10311)

pull/10336/head
pshu 3 years ago
committed by GitHub
parent
commit
25d026ac82
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      config/config.ts

3
config/config.ts

@ -130,4 +130,7 @@ export default defineConfig({
projectName: 'swagger', projectName: 'swagger',
}, },
], ],
mfsu: {
exclude :['@playwright/test']
},
}); });

Loading…
Cancel
Save