Open jasonswearingen opened 4 years ago
tested copy-static-assets.json
and same bugged behavior
The common/config/heft
files were recently removed in favor of an "extends"
field in each config file, and we're planning on adding a concept of "configuration rigs" where a project will extend all config files from a "rig" project.
Looks like we need to update the docs. @octogonz, you were going to put together some example config files as part of the larger refactor. Have you had a chance to make any progress on that?
Is this a feature or a bug?
Please describe the actual behavior. given a
clean.json
like the following:put in
common/config/heft
does not appear to be used when invokingpnpm build
(apackage.json
script which runsheft test --clean
)I need to move the file to the current project's
.heft
folder for it to be used.If the issue is a bug, how can we reproduce it? Please provide detailed steps and include a GitHub branch if applicable. Your issue will get resolved faster if you can make it easy to investigate.
move
<projectFolder>/.heft/clean.json
tocommon/config/heft/clean.json
What is the expected behavior? it to work, as documented here: https://rushstack.io/pages/heft_configs/clean_json/ (under "Supported File Paths" section)
If this is a bug, please provide the tool version, Node.js version, and OS.
0.13.0
, rush5.34.0-pr2172.0
14.8.0