Dear All I can build no…
Dear All, I can build now an @nrwl/node library with nx using @nrwl/angular:package:build
But in the final js bundle (e.g. the umd bundle) all the imported libraries, such as for example the library included with import "jsonwebtoken"
, are not wrapped in. I’m expecting a “.js” including all the external dependencies compiled, as it happens to an nx standard app with webpack.
Is there any way to do this with the nx libs? Thanks