This repository was archived by the owner on Oct 15, 2024. It is now read-only.
Releases: waveremit/pants-node
Releases · waveremit/pants-node
Bugfix 1.1.3
1.1.1
Version 1.1.0
Updates in this Release:
[Breaking] The build context is now restricted to a subtree rooted at the node_package definition
Ensure the following when updating:
- That your node package does not include any source files outside of its subtree.
- That your package.json & package-lock.json are located in the same directory as the appropriate node_package definition.
- That your pants:build script does not reference the full source path to the node_package target
[Breaking] The package.json & package-lock.json files are no longer included automatically
- Ensure both files are included in a node_library target.
[Breaking] Removed Symlinks from installed node_modules
- Ensure your pants:build script references the appropriate executable js file directly.
Added the [node] configuration scope with the following configuration options, see ./pants help node for details
use_nvmsearch_paths
v1.0
Update plugin to be compatible with Pants 2.9.x.