sbfkcel / towxml

微信小程序HTML、Markdown渲染库
https://github.com/sbfkcel/towxml/wiki
2.53k stars 321 forks source link

无依赖文件报错 #293

Open caijichenchen opened 2 months ago

caijichenchen commented 2 months ago

构建运行报错: 在parse/markdown/plugins/emoji.js 里引用了 lib 下的一些文件,但是构建出来产物里并没有这些资源文件。 源代码: var e=require("./lib/data/full.json"),n=require("./lib/data/shortcuts"),o=require("./lib/render"),i=require("./lib/replace"),r=require("./lib/normalizeopts");a.exports=function(a,){var t={defs:e,shortcuts:n,enabled:[]},s=r(a.utils.assign({},t,_||{}));a.renderer.rules.emoji=o,a.core.ruler.push("emoji",i(a,s.defs,s.shortcuts,s.scanRE,s.replaceRE))}},{"./lib/data/full.json":1,"./lib/data/shortcuts":2,"./lib/normalize_opts":3,"./lib/render":4,"./lib/replace":5}]},{},[6])(6) 报错信息: Could not resolve "./lib/data/full.json" from "src/wxcomponents/ToWxml/parse/markdown/plugins/emoji.js"

sbfkcel commented 2 months ago

是指构建失败,还是使用的时候失败?