vite-plugins icon indicating copy to clipboard operation
vite-plugins copied to clipboard

Internal server error: Failed to resolve import "vertx“

Open jiandandkl opened this issue 3 years ago • 2 comments

version 1.0.1

在vite.config.js plugins添加 viteCommonjs()后,报 Internal server error: Failed to resolve import "vertx“

image

但是到这个文件看又没有这行代码。。

jiandandkl avatar Dec 17 '21 08:12 jiandandkl

你好,麻烦提供一个复现问题的仓库或者工程,上面的信息我定位不了问题,谢谢。


Please provide a reproduction repo,thanks.

jiawulin001 avatar Dec 17 '21 08:12 jiawulin001

应该是依赖了 es6-promise 这个 polyfill 的包

kuigoo avatar Jan 26 '22 12:01 kuigoo