I\'m using webpack for a Node framework that I\'m building (though I should probably use gulp, admittedly). When I include the EJS module, webpack includes it in the compile
If you ran into this issue when using TypeScript, you may need to add skipLibCheck: true in your tsconfig.json file.
skipLibCheck: true
tsconfig.json