@nrwl/builders:node-build
with option externalDependencies: none
bundles all dependencies into one single file.
The generated output file has everything bundled within except source-map-support
. This seems to be introduced through this change:
https://github.com/nrwl/nx/pull/1204
externalDependencies
to none
under the newly generated appng build <your-app-name-goes-here> --sourceMap=true --statsJson
require("source-map-support").install();
Seems to be a breaking change.
@BuckyMaler We should switch to the CLI form.
I'll have a PR in soon.
@FrozenPandaz should I target master
or 7.8.x
in the PR?
Most helpful comment
I'll have a PR in soon.