The package executor was introduced in nx-forge 3.3.0. The general idea is to decouple the build from the actual Forge app packaging so that we can rely on native Nx build executors such as wepback or esbuild, and the user has a choice of tooling.
This issue is to update the Forge app generator to generate a native Nx webpack build target and a package task instead of using the existing plugin build target.
The
package
executor was introduced in nx-forge 3.3.0. The general idea is to decouple the build from the actual Forge app packaging so that we can rely on native Nx build executors such as wepback or esbuild, and the user has a choice of tooling.This issue is to update the Forge app generator to generate a native Nx webpack build target and a package task instead of using the existing plugin build target.