23-5中关于index.html打包的疑问
来源:23-5 webpack4打包-css
qq_鸡毛一地_0
2020-07-15
老师您好,23-5及后面几节课我看了,到后面讲到html-webpack-plugin时,它会生成文件即./build/index.html,这个知识点可以理解,但我瞬间就对23-5课中,没用html-webpack-plugin时,webpack打包为什么会识别到webpack-demo/index.html并把index.css样式插入进去的,我的猜想是不是说:没有html-webpack-plugin时,那么webpack打包会找webpack-demo/index.html来插入
写回答
1回答
-
河畔一角
2020-07-15
实际上4.0版本以后官方内置了html-webpack-plugin插件,它会自动查找页面进行打包,我们是一个单页面程序,所以就只有一个入口。
11