fix: add promise.withResolvers supports
This commit is contained in:
parent
c989f5f136
commit
0e4abb39dd
@ -14,7 +14,8 @@ export default defineConfig({
|
||||
plugins: [
|
||||
legacy({
|
||||
targets: ['defaults'],
|
||||
polyfills: ["es.promise.with-resolvers"]
|
||||
polyfills: ["es.promise.with-resolvers"],
|
||||
modernPolyfills: ["es.promise.with-resolvers"],
|
||||
}),
|
||||
vue(),
|
||||
vueJsx(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user