PluginFinchy / Figma-Vue3-Template

Plugin template for Figma using Vue3
MIT License
30 stars 6 forks source link

Can't build #5

Open RainyStars opened 2 years ago

RainyStars commented 2 years ago

Either using 'npm run build' or 'npx webpack --mode=production', it reports "ERROR in ./src/code.ts Module build failed (from ./node_modules/ts-loader/index.js): Error: Debug Failure. False expression: Non-string value passed to ts.resolveTypeReferenceDirective, likely by a wrapping package working with an outdated resolveTypeReferenceDirectives signature. This is probably not a problem in TS itself.". After re-install the typescript, the error is still there.

tinyao commented 2 years ago

the same issue, can't figure out why