Anil Panghal
Anil Panghal
1. On windows systems, the project path is displayed in place of the project name.  This happens because we are splitting the folder path on `/` to get the...
### Describe the bug Consider the following snippet from an `index.js` file (a minified JS file), that is being parsed by the byteCodePlugin: ``` use strict";const Pt=require("electron"),ye=require("path"),bl=require("url"),_i=require("child_process"),Sl=require("./chunks/ABC.js"),kl=require("./chunks/DEF.js"),tt=require("./chunks/XYZ.js"),$i=require("assert"),wo=require("events"),Ii=require("util"),xl=require("https"),Eo=require("stream"),bo=require("buffer");require("electron-log/main");require("better-sqlite3");...REST_OF_THE_CODE ``` This file...
Hi team, I was wondering if there are some best practices/recommendations that one should keep in mind to while generating large PDF documents to optimize the generation time? I have...