eirikur-nc
eirikur-nc
## Description Use a dynamic `import` when loading custom loaders in order to support loaders in ESM format. Retain the original implementation, which relies on `createRequire`, for the synchronous version...
### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [x] 1. The issue provides a reproduction available on Github, Stackblitz or CodeSandbox > Make sure...
Hi there and thanks to the developers who've worked on this library, much appreciated. I'm generating PDFs from a React app via `react-to-pdf` (which in turn uses `jsPDF`). So far...