I'm facing a weird problem.
I need to set context isolation to false to parse big excel files because with IPC it takes 2x more ram than it should to.
I noticed that when I use built in modules into node like fs for example, app builds just fine, but whenever I try to add module that was installed by me for example node-xlsx or read-excel-file/node then after package the app opens completely empty window even though while running it in vscode with npm start it works ok... I don't understad what is happening.
My imports in renderer :
I tried importing it without default as well :