Seamus Walsh
Seamus Walsh
Is there an unocss way of enabling vendor autoprefixes on production builds? Prefixes are present with `dev`, not `build`.
```javascript private manager = new UserManager({ authority: this.configService.authAppURI, client_id: 'angular_spa', redirect_uri: 'http://localhost:4200/auth-callback', post_logout_redirect_uri: 'http://localhost:4200/', response_type: 'code', scope: 'openid profile email api.read', filterProtocolClaims: true, loadUserInfo: true, }); ``` That's my UserManager...
- [x] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design-vue/issues) ## Basic Info ## What problem does this feature solve? This feature would allow the...