toolsplus / nx-forge

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

Add docs to describe the steps required to configure a vite build target for Custom UI projects #63

Open tbinna opened 5 months ago

tbinna commented 5 months ago

Refer to https://github.com/toolsplus/nx-forge/issues/61#issuecomment-1907035176_ for details.

dpsthree commented 5 months ago

Working through this on the v17 branch worked well. There was a change that was needed to the vite.config.ts file. I had to add base: './' similar to the change that is needed in webpack config files.