ITADN

marked dependency causes problems with skypack

#2Open43081j 创建于 2023-01-28
4
43081jcommented
...and maybe other CDNs or build setups. basically marked seems to result in this from skypack: > Failed to load node_modules/marked/bin/marked.js > Unexpected token (1:0) in marked/bin/marked.js which makes little sense since it has no reason to try import the `bin` file. marked correctly points the main file (and via export maps) to their ESM bundle.
0 条评论