toolsplus / nx-forge

Atlassian Forge plugin for Nx
https://toolsplus.github.io/nx-forge/
MIT License
17 stars 4 forks source link

Update application generator to generate Forge apps with the package executor #121

Closed tbinna closed 3 months ago

tbinna commented 3 months ago

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.