This commit is contained in:
asd
2019-12-02 09:57:57 +08:00
parent 658a84ef29
commit 92ac91745c

View File

@@ -81,7 +81,7 @@ moudle.export={
1.require所要用的模块
2.在plugin数组中实例化
const HtmlWebpackPlugin=require("") //引入模块
moudle.export={
entry:"",
output:{
@@ -93,7 +93,7 @@ moudle.export={
use:""// 指定 使用的loader
}
plugins:[
new
new HtmlWebpackPlugin(...参数)
]
}