I have a project that is based off of this example: https://github.com/blikblum/pdfkit-webpack-example
that generates a pdf client side.
I am trying to update to webpack 5, but a few things:
- transform-loader is archived
- webpack 5 deprecated the querystring approach to loaders
has anyone gotten pdfkit to work in webpack 5?