Creates a hash file for unstackable mods #517
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
DestinyItemManager/DIM#10096
I need this change in order fix this issue.
I made a generate file that grabs the hashes for mods that don't stack. The only issue I'm having now is that I cant get
yarn generate-data
to execute the js file. I added a generate line to thepackage.json
file and it is creating the js file in the built folder. When I run the js file by itself it is generating the output file in the output folder not in built. What else am I missing?