wighawag / hardhat-deploy

hardhat deployment plugin
MIT License
1.19k stars 292 forks source link

ESM support #374

Open Sceat opened 2 years ago

Sceat commented 2 years ago

Now that hardhat at last started supporting esm, most important packages like hardhat-deploy should follow :) ! as currently we have to use .cjs for deployments

wighawag commented 2 years ago

it might be just a matter of compiling to esm. I used to try that a while back, before hardhat was supporting esm and gave up because of hardhat not supporting esm. Glad it changed