小编Mil*_*tra的帖子

Rollup 无法解析文件 JS

当我使用 vite 构建项目时出现错误,如下所示:

[vite]: Rollup failed to resolve import "src/main.js" from "resepsionis/index.html".
This is most likely unintended because it can break your application at runtime.
If you do want to externalize this module explicitly add it to
`build.rollupOptions.external`
error during build:
Error: [vite]: Rollup failed to resolve import "src/main.js" from "resepsionis/index.html".
This is most likely unintended because it can break your application at runtime.
If you do want to externalize this module explicitly add it to
`build.rollupOptions.external`
    at onRollupWarning (/var/www/hotel-hebat/node_modules/vite/dist/node/chunks/dep-9c153816.js:39242:19) …
Run Code Online (Sandbox Code Playgroud)

vue.js vite

7
推荐指数
0
解决办法
5629
查看次数

标签 统计

vite ×1

vue.js ×1