You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
394 B

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. var fs = require("fs");
  2. var content = fs.readFileSync("./dist/govue-release.js")
  3. // content = content.toString().replace(`_m("`, `this._m("`).replace(`var isHTMLTag = `, `var isHTMLTag = makeMap('html,body,base,head,link,meta,style,title');var _isHTMLTag = `)
  4. // content = content.toString().replace(`'production'`).replace(`"development"`)
  5. // fs.writeFileSync("./dist/index.js", content)