|
|
|
@ -7,17 +7,17 @@ export default async () => { |
|
|
|
|
// @ts-ignore
|
|
|
|
|
'contracts/3_Ballot.sol': (await import('raw-loader!./contracts/3_Ballot.sol')).default, |
|
|
|
|
// @ts-ignore
|
|
|
|
|
'scripts/deploy_with_ethers.ts': (await import('!!raw-loader!./scripts/deploy_with_ethers.ts')).default, |
|
|
|
|
'scripts/deploy_with_ethers.ts': (await import('raw-loader!./scripts/deploy_with_ethers.ts')).default, |
|
|
|
|
// @ts-ignore
|
|
|
|
|
'scripts/deploy_with_web3.ts': (await import('!!raw-loader!./scripts/deploy_with_web3.ts')).default, |
|
|
|
|
'scripts/deploy_with_web3.ts': (await import('raw-loader!./scripts/deploy_with_web3.ts')).default, |
|
|
|
|
// @ts-ignore
|
|
|
|
|
'scripts/ethers.ts': (await import('!!raw-loader!./scripts/ethers.ts')).default, |
|
|
|
|
'scripts/ethers.ts': (await import('raw-loader!./scripts/ethers.ts')).default, |
|
|
|
|
// @ts-ignore
|
|
|
|
|
'scripts/web3.ts': (await import('!!raw-loader!./scripts/web3.ts')).default, |
|
|
|
|
'scripts/web3.ts': (await import('raw-loader!./scripts/web3.ts')).default, |
|
|
|
|
// @ts-ignore
|
|
|
|
|
'tests/Ballot_test.sol': (await import('raw-loader!./tests/Ballot_test.sol')).default, |
|
|
|
|
// @ts-ignore
|
|
|
|
|
'tests/storage.test.js': (await import('!!raw-loader!./tests/storage.test.js')).default, |
|
|
|
|
'tests/storage.test.js': (await import('raw-loader!./tests/storage.test.js')).default, |
|
|
|
|
// @ts-ignore
|
|
|
|
|
'README.txt': (await import('raw-loader!./README.txt')).default, |
|
|
|
|
} |
|
|
|
|