You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to +1 this issue. Currently this project cannot be used with a webpack project that expects to follow require() statements. @phihag would you be open to a pull request or to working with me to support webpack so that yarn and npm-installed versions of pdfform.js can be compiled with webpack projects?
Uglify does not remove require() statements, which makes the pdfform.minipdf.dist.js not usable. One should use Rollup, Webpack or Browserify.
The text was updated successfully, but these errors were encountered: