update
This commit is contained in:
@@ -82,5 +82,20 @@ moudle.export={
|
|||||||
|
|
||||||
2.在plugin数组中实例化
|
2.在plugin数组中实例化
|
||||||
|
|
||||||
|
moudle.export={
|
||||||
|
entry:"",
|
||||||
|
output:{
|
||||||
|
path:"",
|
||||||
|
filename:""
|
||||||
|
},
|
||||||
|
loader:{
|
||||||
|
text:""// 文件类型的正则,
|
||||||
|
use:""// 指定 使用的loader
|
||||||
|
}
|
||||||
|
plugins:[
|
||||||
|
new
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user