ai / ai/size-limit

An NX plugin support

未關閉
#316 5 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
JavaScript
星號
6.9k
分支
1.8k
平均合併
44 分鐘
30 天內合併 PR
1

描述

Hey @ai thanks for this awesome tool,

I've found myself integrating it in an NX monorepo manually first by adding the configuration file per each project and afterwards by adding the following target for each project (for enable execution)

```json
"size-limit": {
"executor": "nx:run-commands",
"options": {
"cwd": "apps/app1",
"commands": [
"size-limit"
]
}
}
```
So after 2 projects I decided to automate it by creating an NX community plugin 😄
I'll really appreciate if you could peek in the [docs ](https://github.com/LironHazan/nx-size-limit/tree/main/packages/nx-size-limit) I've supplied and share your feedback to make sure it fits the size-limit "go to" approach,
I've tried to make it as less opinionated as possible :)

Thanks! 🚀

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。