这是indexloc提供的服务,不要输入任何密码
Skip to content

[DRAFT] feat: added logOverride option #932

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

Closed
wants to merge 1 commit into from

Conversation

prisis
Copy link

@prisis prisis commented Jun 22, 2023

This will fix #930

But currently esbuild is ignoring this setting and i cant find why it does it...

Example to reproduce

package.json

{
	...
	"type": "esm",
	...
}

tsup.config.ts

{
	...
	logOverride: {
        "package.json": "silent"
    },
	...
}

No warning should be shown after the log-override

More infos about this flag can be found on https://esbuild.github.io/api/#log-override

@codesandbox
Copy link

codesandbox bot commented Jun 22, 2023

This branch is running in CodeSandbox. Use the links below to review this PR faster.


CodeSandbox logoCodeSandbox logo  Open in CodeSandbox Web Editor | VS Code | VS Code Insiders | Preview

@vercel
Copy link

vercel bot commented Jun 22, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tsup ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 22, 2023 9:08am

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.

Feature: adding missing esbuild logOverride
1 participant