andresz1 / size-limit-action

Compare the real cost to run your JS app or lib to keep good performance in every pull request
ISC License
449 stars 83 forks source link

Add support for build systems by Introducing a prefix_scripts option #64

Closed ezzatron closed 2 years ago

ezzatron commented 3 years ago

This PR adds support for build systems (e.g. make) by adding a prefix_scripts option.

The option would default to true, meaning that this change is backwards compatible with existing configurations. Only by explicitly adding prefix_scripts: false would the new behaviour be enabled.

ezzatron commented 2 years ago

Closing due to lack of response.