UNPKG

@solidstate/hardhat-log-remover

Version:

Remove Hardhat console.log imports and calls from Solidity source files

10 lines (9 loc) 300 B
import pkg from '../package.json' with { type: 'json' }; import taskRemoveLogs from './tasks/remove_logs.js'; const plugin = { id: pkg.name, npmPackage: pkg.name, dependencies: () => [import('@solidstate/hardhat-solidstate-utils')], tasks: [taskRemoveLogs], }; export default plugin;