1 Star 0 Fork 272

budou / md

forked from doocs / md 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
manifest.js 311 Bytes
一键复制 编辑 原始数据 按行查看 历史
jimqing 提交于 2021-02-28 16:57 . feat: dynamic publicPath
const fs = require("fs");
const manifest = require("./src/manifest.json");
manifest.h5.publicPath = process.env.SERVER_ENV !== "NETLIFY" ? "/md/" : "/";
const result = JSON.stringify(manifest, null, 2);
fs.writeFile("./src/manifest.json", result, function (err) {
if (err) {
console.error(err);
}
});
JavaScript
1
https://gitee.com/wanglihui/md.git
git@gitee.com:wanglihui/md.git
wanglihui
md
md
main

搜索帮助