[Bug Report]Release中没有包含dist目录
Prerequisites
-
[x] There isn't an existing issue that reports the same bug to avoid duplicates.
-
[ ] The provided information offers a minimal reproducible example of the bug, (Why create a Minimal).
-
[x] For Q&A, please open a GitHub Discussion instead.
Version
v0.9.4
Reproduction Link
https://github.com/Tencent/cherry-markdown/releases/tag/cherry-markdown%400.9.4
Describe the Bug
在文档中说可以引用dist文件夹下的产物,但是实际下载的release包并没有dist文件夹。 希望可以在release发布的时候同时编译出dist来,方便直接usm引用。
System Information
Contributing
None
额,抱歉,release里确实不再包含dist了,可以先试试这个哈:https://tencent.github.io/cherry-markdown/packages/cherry-markdown/dist/cherry-markdown.min.js
我们也看看怎么在release里加上dist
直接引用这个可以,但是如果想下载下来作为依赖使用的话,还需要下载font,css。准备升级一下 https://www.blazor.zone/cherry-markdown 的依赖,找新的就找了好久。
还是感谢提供组件,最后重新编译了一下,拿的dist的内容。
嗯嗯,感谢支持,我们会在后续的release里追加上构建产物哈 @RSS1102