Electron builder exclude my html-node-pdf and pdf-to-printer libraries. I think it is because of their size but when my app is running in release mode the puppeteer package gives an error like:
Failed to launch the browser process! spawn D:\RONESANS\RonesansKantar\dist\win-unpacked\resources\app.asar\node_modules\html-pdf-node\node_modules\puppeteer\.local-chromium\win64-901912\chrome-win\chrome.exe ENOENT
Because my html-pdf-node package is not in app.asar.
Is there anyway to include these automatically excluded node_modules packages into app.asar?
Or a limit for app.asar unpacked maybe I can increase it?
I searched an option to include these unpacked node_modules but I cant find it.