toolsplus / nx-forge

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

Fix an issue where the Forge app build produces a main.js in the project root and Forge expects it in under the src directory #15

Closed tbinna closed 2 years ago

tbinna commented 2 years ago

The Forge app build uses the Webpack build from @nrwl/node which by default produces a main.js file in the project root. To fix this we should make sure Webpack produces the output file into the src directory.

github-actions[bot] commented 2 years ago

:tada: This issue has been resolved in version 1.1.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: