Open chenguang1994 opened 10 months ago
Also I had faced the same issue.
Via code analyze, we can find out that /src/evaluation/index.html
and /src/evaluation/eval.js
were missed.
I could avoid this issue by using typescript
not esbuild
for compilation.
"scripts": {
...
"build": "tsc -p tsconfig.json"
},
Or you could only use the plug in like this. The evaluation file is for my specific use to check the plugin with my configuration. If you need it, specify your need.