Skip to content

An NX plugin support #316

Description

@LironHazan

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)

    "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 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! 🚀

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions