flingyp / vitepress-demo-preview

⚙️⚙️⚙️ Vue component demo preview and source code show of vitepress
https://flingyp.github.io/vitepress-demo-preview
MIT License
112 stars 15 forks source link

打包报错,ERROR: Syntax error,而且不是100%报错,10次有9次报错,什么原因? #17

Closed cavellpotter closed 1 year ago

cavellpotter commented 1 year ago

image

flingyp commented 1 year ago

兄弟,这样我也很难看出来是包的问题还是其他的问题呀。 能不能提供一个最小实例Demo?

cavellpotter commented 1 year ago

我知道是什么问题了,config.ts里加上lastUpdated: true就会报错,去掉就好了

cavellpotter commented 1 year ago

加上lastUpdated: true,编译的时候好像对md失效了

cavellpotter commented 1 year ago

但是加上lastUpdated: true,同时在md中去掉preview组件,也可以成功,貌似preview组件和lastUpdated: true这个参数冲突一样

flingyp commented 1 year ago

这样昂,抽时间看下。谢谢啦

flingyp commented 1 year ago

兄弟能提供一个仓库吗?我想复现下你提的这个问题

cavellpotter commented 1 year ago

https://github.com/cavellpotter/vitepress-demo-preview-test.git image

zy823957866 commented 1 year ago

终于解决了,另外2.2.0版本有个css报错。

 justify-content: end
supbose commented 1 year ago

终于解决了,另外2.2.0版本有个css报错。

 justify-content: end

兄弟怎么解决的呢?

flingyp commented 1 year ago

终于解决了,另外2.2.0版本有个css报错。

 justify-content: end

额,我没有发现关于CSS上的报错。 既然知道哪里有报错了,有没有兴趣来提个PR呢。

supbose commented 1 year ago

我也没发现css报错!!😊

supbose commented 1 year ago

https://github.com/cavellpotter/vitepress-demo-preview-test.git

看看这个和更新时间冲突打包报错的问题呢?亲!!

flingyp commented 1 year ago

https://github.com/cavellpotter/vitepress-demo-preview-test.git

看看这个和更新时间冲突打包报错的问题呢?亲!!

这个问题我测试过了,我在仓库的example项目上没有出现过一次这种问题。但是用上面这个兄弟仓库的也试过确实出现打错错误的情况,但是也有打包成功过。

这种情况我真不知道从哪里下手,哭死。

supbose commented 1 year ago

https://github.com/cavellpotter/vitepress-demo-preview-test.git

看看这个和更新时间冲突打包报错的问题呢?亲!!

这个问题我测试过了,我在仓库的example项目上没有出现过一次这种问题。但是用上面这个兄弟仓库的也试过确实出现打错错误的情况,但是也有打包成功过。

这种情况我真不知道从哪里下手,哭死。

还有一个情况我测试过,如果docs:build": "vitepress build"打包就不会出错.docs:build": "vitepress build docs"这样就出错.总的来说.关闭更新时间就OK的.😊😊😊😊😊

flingyp commented 1 year ago

@supbose @zy823957866 @cavellpotter Hello,有空帮忙测试下,@vitepress-demo-preview/plugin 安装到 v1.1.9 然后再试试打包看看会不会出现这种问题。感谢啦!