vanilla-extract icon indicating copy to clipboard operation
vanilla-extract copied to clipboard

feat: 🎸 expose esbuild log options

Open ArrayKnight opened this issue 1 year ago • 2 comments

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

ArrayKnight avatar Nov 07 '24 20:11 ArrayKnight

🦋 Changeset detected

Latest commit: 0218c9cf251da67e78cf120e568b450d530ee207

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

changeset-bot[bot] avatar Nov 07 '24 20:11 changeset-bot[bot]

@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

ArrayKnight avatar Nov 07 '24 20:11 ArrayKnight