dethcrypto / dethcrypto/TypeChain

Loader issue using NuxtJS

Open
#741 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
2.8k
Forks
376
PR merge metrics
No merged PRs in 30d

Description

When trying to import a contract factory, the following generated line throws an error:

```
...
export * as factories from "./factories";
...
```

I think it may be related to exporting a directory instead of a file, but I can't find a fix.
If I remove this line, it works, but generated code shouldn't be edited.

The displayed error is the following: `You may need an additional loader to handle the result of these loaders.`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.