rollup-plugin-size icon indicating copy to clipboard operation
rollup-plugin-size copied to clipboard

[IDEA] configuable size limit?

Open huchenme opened this issue 5 years ago • 0 comments

It would be great if it support to add config in package.json

  "size": [
    {
      "file": "dist/*.js",
      "limit": "3 KB"
    }
  ]

and fail build if size is greater

huchenme avatar Feb 20 '19 06:02 huchenme