nx-electron icon indicating copy to clipboard operation
nx-electron copied to clipboard

Fix build version parsing from extraMetadata

Open Ant1B2x opened this issue 4 weeks ago • 0 comments

When manually passing a build version using extraMetadata, as in:

nx build my-application --configuration=production --extraMetadata.version='2.0.1'

and then starting the application, an error like this happens:

Screenshot 2024-06-25 at 14 15 09

So I propose to fix it by wrapping it with JSON.stringify() :)

Ant1B2x avatar Jun 25 '24 18:06 Ant1B2x