This commit is contained in:
asd
2019-12-02 11:43:59 +08:00
parent f6907e0974
commit 8aa54fa69d

View File

@@ -106,7 +106,8 @@ const path=require("path")
moudle.export={
entry:"" //入口文件路径
output:{
path:"
path:"" 压缩后文件所在路径,
filename:"" 文件名
}
}