This plugin zip your dist each time at the end of the build.
npm i babel-plugin-remove-node-protocol
or pnpm add babel-plugin-remove-node-protocol
or yarn add babel-plugin-remove-node-protocol
module.exports = {
plugins: ['remove-node-protocol']
};