Skip to content

Commit

Permalink
build: resolve dependency resolution for hardhat-packager and `@typ…
Browse files Browse the repository at this point in the history
…echain/hardhat`
  • Loading branch information
CJ42 committed Feb 28, 2024
1 parent 175ae97 commit 2a6c777
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 632 deletions.
4 changes: 2 additions & 2 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { resolve } from 'path';
import '@nomicfoundation/hardhat-toolbox';

// additional hardhat plugins
// import 'hardhat-packager';
import 'hardhat-packager';
import 'hardhat-contract-sizer';
import 'hardhat-deploy';

Expand Down Expand Up @@ -181,7 +181,7 @@ const config: HardhatUserConfig = {
],
// Whether to include the TypeChain factories or not.
// If this is enabled, you need to run the TypeChain files through the TypeScript compiler before shipping to the registry.
includeFactories: true,
// includeFactories: true,
},
paths: {
artifacts: 'artifacts',
Expand Down
Loading

0 comments on commit 2a6c777

Please sign in to comment.