This commit is contained in:
asd
2019-12-02 09:56:57 +08:00
parent 8f4d52dcbc
commit 658a84ef29

View File

@@ -82,5 +82,20 @@ moudle.export={
2.在plugin数组中实例化
moudle.export={
entry:"",
output:{
path:"",
filename:""
},
loader:{
text:""// 文件类型的正则,
use:""// 指定 使用的loader
}
plugins:[
new
]
}
```