官网: https://webpack.docschina.org/concepts/entry-points/
练习一:
https://github.com/dongxiaomin/my-app/tree/master/build
启动项目 : npm start
webpack打包: npm run dev (启3001端口)
优化: npm run build:dev
serve -s dist (启动打包后的项目)
Refre:
视频:
https://www.bilibili.com/video/BV14T4y1z7sw/?vd_source=14fedc3c63ed079cd9eb76b1b47d1f84
实例:
https://github.com/guojiongwei/webpack5-react-ts
流程图:
https://camo.githubusercontent.com/b28a1266af62b99916442d540153e172a13429762f46fd5aca0b801aa406d004/68747470733a2f2f70362d6a75656a696e2e62797465696d672e636f6d2f746f732d636e2d692d6b3375316662706663702f35316637393235343030316634623935396331353836633763363337333331377e74706c762d6b3375316662706663702d77617465726d61726b2e696d6167653f
说明:
https://juejin.cn/post/6844904094281236487#heading-11
练习二:
https://github.com/dongxiaomin/webpack_code