It works fine in development environment, but not in production environment. electron use nodejs-pptx not working production environment. but development working in environment..
//production
console.log('1')
const PPTX = require('nodejs-pptx');
console.log('2')
const pptx = new PPTX.Composer(); // ignore line..
console.log('3')
//out put
1
2
i want reason not working..