Hey there just started …

less than 1 minute read

Hey there, just started playing with Nx and got stuck trying to make production builds for node/express apps. I tried: yarn nx build sample-express-app --configuration=production but in the dist folder I don’t see it as being minified/uglified. I see that angular.json has the standard configuration section for production. Am I missing something obvious?

Updated: