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
If the extensions/lib folder has an extra folder in it with no contents (or not many contents, particularly a manifest.json file), the Vite build will crash, and it is quite difficult to discover this issue.
This can easily occur if you make a branch where you are making a new extension, then you commit and switch off that branch. Since git doesn't care about directories, that empty extension directory will be left over.
The text was updated successfully, but these errors were encountered:
If the
extensions/lib
folder has an extra folder in it with no contents (or not many contents, particularly amanifest.json
file), the Vite build will crash, and it is quite difficult to discover this issue.This can easily occur if you make a branch where you are making a new extension, then you commit and switch off that branch. Since git doesn't care about directories, that empty extension directory will be left over.
The text was updated successfully, but these errors were encountered: