Skip to content

Conversation

@antongolub
Copy link

@antongolub antongolub commented Apr 30, 2024

await esbuild.build({
  write: false,
  plugins: [{
    name: 'x', setup(build) {
      build
       .onStart(noop)
       .onEnd(noop)
       .onLoad({ filter: /./ }, noop)
       .onResolve({ filter: /./ }, noop)
       .onDispose(noop)
    }
  }]
})

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