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
NOTE: our system has a 'copy-cat' folder for a network drive as a sort of backup mechanism, this replicates all files in the drive to a folder in the C drive.
When I run vite build everything compiles fine, BUT when I just run vite the pre-bundling fails.
Architecture is using lerna, all dependencies are hoisted to the top level of the project
Reproduction
NOTE: our system has a 'copy-cat' folder for a network drive as a sort of backup mechanism, this replicates all files in the drive to a folder in the C drive.
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 https://github.com/vuejs/vue-next instead.
Describe the bug
NOTE: our system has a 'copy-cat' folder for a network drive as a sort of backup mechanism, this replicates all files in the drive to a folder in the C drive.
When I run
vite build
everything compiles fine, BUT when I just runvite
the pre-bundling fails.Architecture is using lerna, all dependencies are hoisted to the top level of the project
Reproduction
NOTE: our system has a 'copy-cat' folder for a network drive as a sort of backup mechanism, this replicates all files in the drive to a folder in the C drive.
lerna structure
node_modules
packages
test-vite-project
examples
index.tsx
index.scss
index.html
src\index.ts
vite.config.js
package.json
tsconfig.json
package.json
tsconfig.json
vite.config.js
exampes/index.html
exampes/index.tsx
System Info
Used Package Manager
npm
Logs
Validations
The text was updated successfully, but these errors were encountered: