Commit 82a6e7b
committed
Include resolc and solc in Vercel serverless function bundle
The compile worker uses eval'd code with dynamic require() calls that
Vercel's file tracer cannot detect. Add outputFileTracingIncludes to
explicitly include @parity/resolc and solc in the /api/compile function
bundle.1 parent fef903b commit 82a6e7b
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
8 | 14 | | |
9 | 15 | | |
10 | 16 | | |
| |||
0 commit comments