un-ts / synckit

Perform async work synchronously in Node.js using `worker_threads` with first-class TypeScript and Yarn P'n'P support.

Home Page:https://npm.im/synckit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I make synckit work with webpack?

ssppest opened this issue · comments

For example, after webpack is packaged, the module path becomes an module id or relative path
but createSyncFn only accepts an absolute path
How do I make synckit work with webpack?