@ -9,6 +9,6 @@ export default async () => {
// @ts-ignore
'templates/groth16_verifier.sol.ejs': (await import('!!raw-loader!./templates/groth16_verifier.sol.ejs')).default,
'README.md': (await import('raw-loader!./README.md')).default,
'README.md': (await import('raw-loader!./README.md')).default
}
@ -17,6 +17,6 @@ export default async () => {
'LICENSE-MIT': (await import('!!raw-loader!./LICENSE-MIT')).default,
@ -12,5 +12,7 @@ export default async () => {
'scripts/run_verification.ts': (await import('!!raw-loader!./scripts/run_verification.ts')).default,