diff --git a/community/approved-plugins.json b/community/approved-plugins.json index f8eb8d2c7b..4349daf7b7 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -428,5 +428,10 @@ "name": "@nxrocks/nx-ktor", "description": "Nx plugin to generate, run, package, build (and more) Ktor projects inside your Nx workspace", "url": "https://github.com/tinesoft/nxrocks/tree/master/packages/nx-ktor" + }, + { + "name": "nx-size-limit", + "description": "Adds size-limit support for Nx (performance budget tool for JavaScript)", + "url": "https://github.com/LironHazan/nx-size-limit" } ]