update
This commit is contained in:
@@ -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(...参数)
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user