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

feat: 🎸 expose esbuild log options #1500

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ArrayKnight
Copy link
Contributor

To enable better control over what is reported during a build, the esbuild log options have been exposed to allow users to fine tune what they deem important to have logged

Copy link

changeset-bot bot commented Nov 7, 2024

🦋 Changeset detected

Latest commit: 0218c9c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 8 packages
Name Type
@vanilla-extract/integration Minor
@vanilla-extract/esbuild-plugin Patch
@vanilla-extract/jest-transform Patch
@vanilla-extract/parcel-transformer Patch
@vanilla-extract/rollup-plugin Patch
@vanilla-extract/vite-plugin Patch
@vanilla-extract/webpack-plugin Patch
@vanilla-extract/next-plugin Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@ArrayKnight
Copy link
Contributor Author

@askoufis I'd love to get this in so I can set:

logOverride: {
  'ignored-bare-import': 'silent'
}

I'm seeing a lot of logs due to "sideEffects": false in my package.json. My build is actually doing exactly what I want, and without producing side effects. But the amount of spam in my build logs is making parsing it for other content cumbersome

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