Skip to content

Builders

Builders are the core of Actions Kit. They define how the action is built.

By default Rspack is used as the builder.

The following builders are available:

  • ESBuild - Build the action using ESBuild.
  • Rolldown - Build the action using Rolldown.
  • Rollup - Build the action using Rollup.
  • Rspack - Build the action using Rspack.
  • Vite - Build the action using Vite.
  • Webpack - Build the action using Webpack.