build-plugin icon indicating copy to clipboard operation
build-plugin copied to clipboard

Track your build performances like never before.

Results 20 build-plugin issues
Sort by recently updated
recently updated
newest added

### Is your feature request related to a problem? Please describe: While trying to import this in a typescript file, we ran into some typscript warnings/errors because it was missing...

enhancement

### Is your feature request related to a problem? Please describe: No, just a feature. Maybe this is already possible? ### Describe the solution you'd like: A way to hook...

enhancement

### What and why? This PR redesigns how this plugin is implemented to facilitate the composition we'll need to do later on. ### How? We move to a packages approach...

I see that you are supporting Webpack and esbuild, but could I use this with Vite projects? Like Remix

enhancement

### What and why? Root stacked PR for updating the library into a better composable design. This initial PR is including some cleaning and updates. It will then be home...

Create [an in/out entrypoint object](https://esbuild.github.io/api/#entry-points) in your esbuild config: ```ts const bundlerCtx = await esbuild.context({ // ... entryPoints: [ { in: "some/file.ts", out: "some/file", }, ], // ... }); ```...

bug

### Describe what happened `repository` data is not properly declared in your `package.json` and, as side-effect, NPM page does not link to this Github project. ### Steps to reproduce the...

bug

### Describe what happened When i set `output: false` it will outputs lots of data to stdout/stderr. ### Steps to reproduce the issue: 1. Configure Webpack plugin like this: ```js...

bug

### Is your feature request related to a problem? Please describe: 1. Your current documentation only mention how to send data to datadog by creating an application key, which I...

enhancement

Hello! Thank you for this great plugin! However, I guess this should be an obvious feature, but I don't see the bundle size output in the log :) Is it...

enhancement