module.exports = {
optimization: {
chunkIds: "total-size" // To keep filename consistent between different modes (for example building only)
}
};