Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.4k views
in Technique[技术] by (71.8m points)

webpack有多个入口是什么功能?

webpack有多个入口是实现什么功能

难道根入口不应该只有一个么?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

一个入口就是常规的单页面应用,但还有很多系统要做成传统的多页面,
home.html home.js,
login.html login.js,
index1.html index1.js,
index2.html,index2.js这种


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...