Byjee.zip -

If you just need to create the file once, most operating systems have built-in tools:

Which (Windows, macOS, Linux) will be running the build? BYJEE.zip

const WebpackZipBuild = require('webpack-zip-build'); module.exports = { plugins: [ new WebpackZipBuild({ entries: ['./dist/*'], output: './BYJEE', format: 'zip', }), ], }; Use code with caution. 3. Using Jenkins (For CI/CD) If you just need to create the file