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

Disable minify on main build #238

Merged
merged 1 commit into from
Nov 13, 2024
Merged

Disable minify on main build #238

merged 1 commit into from
Nov 13, 2024

Conversation

huchenlei
Copy link
Member

Disable minify to avoid following error messages with minified symbol names:
image


// https://vitejs.dev/config
export default defineConfig((env) => {
const forgeEnv = env as ConfigEnv<'build'>;
const { forgeConfigSelf } = forgeEnv;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove these unused vars / imports.

@huchenlei huchenlei merged commit f434284 into main Nov 13, 2024
3 of 6 checks passed
@huchenlei huchenlei deleted the disable_minify branch November 13, 2024 19:47
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

Successfully merging this pull request may close these issues.

1 participant