webapp/assets: Fix pdf rendering in production
Since pdfjs using es6 modules, the loading of the pdfjs worker is failing in production as the web server does not include the MIME type for *.mjs files.
So use .js extension instead of .mjs to fix the issue.