We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vite5 vue3 import vite-plugin-cesium": "^1.2.22,and vite.config.ts add code
vite-plugin-cesium": "^1.2.22
vite.config.ts
import cesium from "vite-plugin-cesium"; const plugins = [] plugins.add(cesium ())
and vite is ok, but vite build throw error,
vite
vite build
[Error: ENOENT: no such file or directory, scandir 'dist'] { errno: -4058, code: 'ENOENT', syscall: 'scandir', path: 'dist' }
it had transformed done, but write dist throw error, but not import vite-plugin-cesium and dist will auto generator
The text was updated successfully, but these errors were encountered:
No branches or pull requests
vite5 vue3 import
vite-plugin-cesium": "^1.2.22
,andvite.config.ts
add codeand
vite
is ok, butvite build
throw error,it had transformed done, but write dist throw error, but not import vite-plugin-cesium and dist will auto generator
The text was updated successfully, but these errors were encountered: