This commit is contained in:
asd
2019-12-02 11:42:59 +08:00
parent 824ddcf1cb
commit f6907e0974

View File

@@ -105,6 +105,9 @@ yarn global add webpack-dev-server
const path=require("path")
moudle.export={
entry:"" //入口文件路径
output:{
path:"
}
}