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 Webpack build bundles node_modules dependencies #17

Closed tbinna closed 2 years ago

tbinna commented 2 years ago

Currently, the Forge app Webpack build bundles everything, including node_modules dependencies which leads to the Forge linter producing unexpected results. As a workaround, it's possible to skip the linting step by running nx deploy <forge-app-project> --no-verify.

Check if there is a way to tell the Webpack build not to bundle node_modules in the output file. External dependencies should be declared in the package.json.

github-actions[bot] commented 2 years ago

:tada: This issue has been resolved in version 1.1.4-test-fix-forge-app-build-dependencies.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] commented 2 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: