An NX plugin support
- 主要言語
- JavaScript
- スター
- 6.9k
- フォーク
- 1.8k
- 平均マージ
- 44分
- マージ済み PR(30日)
- 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 はまだ評価されていません。