1. module.exports = {
    2. //...
    3. optimization: {
    4. mangleExports: true
    5. }
    6. };