保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 26fa49f4b0aa658d65a21fffe828f39e78302573
PAMapp/node_modules/terser-webpack-plugin/node_modules/terser/lib/propmangle.js
@@ -78,7 +78,7 @@
    var global_ref = typeof global === "object" ? global : self;
    new_globals.forEach(function (new_global) {
        objects[new_global] = global_ref[new_global] || new Function();
        objects[new_global] = global_ref[new_global] || function() {};
    });
    [