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
{{ message }}
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.
vite 2.8.0 use 「useDynamicPublicPath」plugin,build with error:
error during build: TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined at validateString (internal/validators.js:124:11) at Object.basename (path.js:1156:5) at Object.generateBundle (/Users/****/node_modules/vite/dist/node/chunks/dep-c9c9d3e5.js:29846:56) at /Users/****/node_modules/rollup/dist/shared/rollup.js:22681:25 at processTicksAndRejections (internal/process/task_queues.js:93:5)
without 「useDynamicPublicPath」,build is ok。
The text was updated successfully, but these errors were encountered:
vite 2.8.0 use 「useDynamicPublicPath」plugin,build with error:
error during build: TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined at validateString (internal/validators.js:124:11) at Object.basename (path.js:1156:5) at Object.generateBundle (/Users/****/node_modules/vite/dist/node/chunks/dep-c9c9d3e5.js:29846:56) at /Users/****/node_modules/rollup/dist/shared/rollup.js:22681:25 at processTicksAndRejections (internal/process/task_queues.js:93:5)
without 「useDynamicPublicPath」,build is ok。
The text was updated successfully, but these errors were encountered: