Skip to content
New issue

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

outDir 不合理 #61

Open
hdjhdjhdj opened this issue Feb 5, 2025 · 0 comments
Open

outDir 不合理 #61

hdjhdjhdj opened this issue Feb 5, 2025 · 0 comments

Comments

@hdjhdjhdj
Copy link

[email protected]
vite.config.js 配置
export default defineConfig({
base: "/company/",
plugins: [vue(), vueJsx(), cesium()],
});

yarn build 打包的dist文件目录
|--dist
|--|--index.html
|--|--company/cesium

预期打包的dist文件目录如下
|--dist
|--|--index.html
|--|--cesium

Image

修改后的源码
cesiumplugin.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant