摘要: 打包速度 转化AST—>遍历树—>转化回代码(具体语法配置参考webpack,这边只是个人的一些过程记录,并不包含详细过程)1、缓存 cache-loader2、多核 happypack threads3、抽离 DllPlugin、externals4、拆分 Docker 优化项目:测量插件spee 阅读全文
posted @ 2020-04-02 23:35 chenfengami 阅读(634) 评论(2) 推荐(0)
摘要: 出处:https://www.cnblogs.com/zengyuanjun/p/7429968.html /** * @desc 面向aop编程 * @param {Function} originFunc - 源方法 * @param {Function} before - 在源代码执行之前的方 阅读全文
posted @ 2020-03-22 22:25 chenfengami 阅读(316) 评论(0) 推荐(0)