You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
By default, Hardhat compiles all files in the contracts directory.
This is not convenient (it can also be energy-consuming and time-consuming) if I only need to compile one specific file. For example, if I have 1.sol, 2.sol, 3.sol smart-contracts and I need to compile only one file 2.sol with whom I want to work at this moment in time.
Feature:
It would be convenient to improve the command npx hardhat compile so that it can be applied to a specific file when needed
Search terms
No response
The text was updated successfully, but these errors were encountered:
Describe the feature
Problem:
By default, Hardhat compiles all files in the contracts directory.
This is not convenient (it can also be energy-consuming and time-consuming) if I only need to compile one specific file. For example, if I have 1.sol, 2.sol, 3.sol smart-contracts and I need to compile only one file 2.sol with whom I want to work at this moment in time.
Feature:
It would be convenient to improve the command
npx hardhat compile
so that it can be applied to a specific file when neededSearch terms
No response
The text was updated successfully, but these errors were encountered: