Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
docs(hardhat-other-plugins): add hardhat-preprocessor plugin (#986)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpopovac-txfusion authored Mar 29, 2024
1 parent 830fd6c commit 1bc5a65
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/build/tooling/hardhat/other-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,18 @@ In addition, make sure to read about [local testing](../../test-and-debug/gettin

[More information](https://www.npmjs.com/package/hardhat-gas-reporter)

### hardhat-preprocessor

This plugin enables the pre-processing of contract source code prior to compilation.

::: warning CACHE_BREAKER Field Issue

The hardhat-preprocessor plugin adds the CACHE_BREAKER field to the list of libraries, which can lead to failed verification when using [hardhat-zksync-verify](./hardhat-zksync-verify.md) plugin. To prevent this, please include the `--no-compile` flag: `yarn hardhat verify --no-compile `.

:::

[More information](https://www.npmjs.com/package/hardhat-preprocessor)

## Unsupported plugins

### nomicfoundation/hardhat-network-helpers
Expand Down

0 comments on commit 1bc5a65

Please sign in to comment.