When building Alist-Web, the following error #2833
Answered
by
kdxcxs
SingingDalong
asked this question in
Q&A
-
Transforming async generator functions to the configured target environment ("chrome64", "edge79", "es2020", "firefox67", "safari11.1" + 2 overrides) is not supported yet how can i solve it? |
Beta Was this translation helpful? Give feedback.
Answered by
kdxcxs
Feb 1, 2023
Replies: 1 comment 3 replies
-
Same, I solved it by commenting line 16 to 18 in legacy({
targets: ["defaults"],
}), |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
SingingDalong
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Same, I solved it by commenting line 16 to 18 in
vite.config.ts
, which is: