vuejs / vitepress

Vite & Vue powered static site generator.
https://vitepress.dev
MIT License
13.03k stars 2.1k forks source link

Useless condition in RHS of && #216

Closed sunziping2016 closed 3 years ago

sunziping2016 commented 3 years ago

https://github.com/vuejs/vitepress/blob/820fe38b96a69d25a0d079ae0df8022be5e13637/src/node/build/build.ts#L26

What's the meaning of the last ... && chunk

sunziping2016 commented 3 years ago

Besides, I thought I've got a general idea about how vitepress works. And I'd really like to contribute to this project. However, I am a newbie in open source collaboration. I don't know how to participate in this project, or maybe committing PR to fix issues is a good start?

A few days ago, I started a new project based on vitepress trying to make vitepress plugable. And it starts to work with my blog-style classification plugin like vuepress-plugin-blog and my MathJax SSR plugin.