const {fsExtra} = require("./tools"); const copyStaticFiles = () => { fsExtra.copy("public/oauth.html", "dist/build/h5/oauth.html") } copyStaticFiles()