nixpkgs/pkgs/build-support/node/build-npm-package
Lily Foster ae86a507ed npmHooks.npmInstallHook: ignore bundle deps when calculating files to install
This assumes that downstream users of `buildNpmPackage` would rather our
own built `node_modules` be copied to the output rather than only the
`bundleDependencies` specified in the `package.json` file.

Having the latter behavior seems unexpected and unintuitive, and would
not work as installing from an `npm pack` is intended to (since doing
that would not do a `rebuild` step on those dependencies and it would
skip reifying a full dependency tree).
2024-03-14 14:04:51 +01:00
..
hooks npmHooks.npmInstallHook: ignore bundle deps when calculating files to install 2024-03-14 14:04:51 +01:00
default.nix importNpmLock: init 2024-03-05 12:23:28 +13:00