You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vite v4.4.11 building for production...
✓ 0 modules transformed.
✓ built in 12ms
Could not resolve entry module "debug/index.html".
error during build:
RollupError: Could not resolve entry module "debug/index.html".
at error (file:///home/contrive/Documents/scansdk/node_modules/rollup/dist/es/shared/node-entry.js:2245:30)
at ModuleLoader.loadEntryModule (file:///home/contrive/Documents/scansdk/node_modules/rollup/dist/es/shared/node-entry.js:24695:20)
at async Promise.all (index 0)
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
Describe the bug
I have created the ionic vue project using vite.
Following are my configs:
When I tried to build (npm run build) the project. I am facing the following error:
Reproduction
npm run build
Steps to reproduce
System Info
Used Package Manager
npm
Logs
vite v4.4.11 building for production...
✓ 0 modules transformed.
✓ built in 12ms
Could not resolve entry module "debug/index.html".
error during build:
RollupError: Could not resolve entry module "debug/index.html".
at error (file:///home/contrive/Documents/scansdk/node_modules/rollup/dist/es/shared/node-entry.js:2245:30)
at ModuleLoader.loadEntryModule (file:///home/contrive/Documents/scansdk/node_modules/rollup/dist/es/shared/node-entry.js:24695:20)
at async Promise.all (index 0)
Validations
The text was updated successfully, but these errors were encountered: