打赏
摘要: 参考:https://juejin.im/post/5ead316c6fb9a04335679d01 阅读全文
posted @ 2020-05-08 23:30 孟繁贵 阅读(139) 评论(0) 推荐(0)
摘要: 参考: https://juejin.im/post/5ea6ea1bf265da7bba5094e2#heading-36 阅读全文
posted @ 2020-05-08 23:24 孟繁贵 阅读(244) 评论(0) 推荐(0)
摘要: 1、参考 https://www.webpackjs.com/guides/tree-shaking/ 2、配置 (1)package.json配置: { "name": "your-project", "sideEffects": false } (2)配置mode为production 3、说明 阅读全文
posted @ 2020-05-08 23:16 孟繁贵 阅读(329) 评论(0) 推荐(0)
TOP