wighawag / hardhat-deploy

hardhat deployment plugin
MIT License
1.2k stars 296 forks source link

Allow flat output structure for export-artifacts #345

Open nkuba opened 2 years ago

nkuba commented 2 years ago

Prior to 4012c9962b906fa0801890752427aa5df103d9cc the export-artifacts output had a flat structure, now it preserves the directories structure of the source.

The change impacts our projects heavily. Would it be possible to keep support for the old behavior?