chrome-extension-tools
chrome-extension-tools copied to clipboard
build error
Build tool
Rollup
Where do you see the problem?
- [ ] In the browser
- [X] In the terminal
Describe the bug
npm run build error
Reproduction
null
Logs
[vite:html-inline-proxy] Could not load D:workminepddindex.html?html-proxy&inline-css&index=0.css (imported by index.html): Cannot read properties of undefined (reading '0')
error during build:
TypeError: Could not load D:workminepddindex.html?html-proxy&inline-css&index=0.css (imported by index.html): Cannot read properties of undefined (reading '0')
at Object.load (D:\work\mine\pdd\node_modules\vite\dist\node\chunks\dep-6e2fe41e.js:36345:65)
at D:\work\mine\pdd\node_modules\vite\node_modules\rollup\dist\shared\rollup.js:22826:37
System Info
"dependencies": {
"vue": "^3.2.25"
},
"devDependencies": {
"@crxjs/vite-plugin": "^1.0.14",
"@vitejs/plugin-vue": "^2.3.3",
"vite": "^2.9.4"
}
Severity
annoyance