Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想混淆 ES6 类方法名称。我正在使用 webpack 将我的所有代码捆绑到一个 bundle.js 中。
是否可以找到属于某个类的函数的所有用途并重命名它们?
我希望编写一个可以用作构建过程的一部分的程序,而不是 IDE 功能。
我该怎么做?