Top-level await is not available in the configured
Vite2打包报 Top-level await is not available in the configured target environment
直接上方案
在vite.config.ts的加上下面build: { target: "es2019",}或者build: { target: "esnext",}或者build: { target: ['edge90','chrome90','firefox90','safari15','esnext'],}
转载自:https://segmentfault.com/a/1190000042282091