chrome-extension-tools icon indicating copy to clipboard operation
chrome-extension-tools copied to clipboard

build error

Open tanhh326 opened this issue 1 year ago • 0 comments

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

tanhh326 avatar Aug 09 '23 08:08 tanhh326