core icon indicating copy to clipboard operation
core copied to clipboard

Vue-Powered Static Site Generator

Results 89 core issues
Sort by recently updated
recently updated
newest added

### Description In some projects, a single line chunk called `_plugin-vue_export-helper.[hash].js` will be extracted in production mode. However this actually: - Increase size - Let project fail on github pages...

enhancement
package:bundler-vite

Recognize relative image links not staring with `./` in markdown. BREAKING CHANGE: markdown image syntax does not support alias anymore, you should use `` tag to use alias

### Description Headers with 4 indents (`#### Name`) cannot be linked to by clicking the header anchor. This will scroll to the right position on mobile, but the URL will...

documentation

### Description Starting from beta.51, it seems that webpack can not correctly resolve packages (or perform a much stricter esm check in all libraris) So that a lot of 3rd...

need review

### Description npm correct yarn wrong ### Reproduction https://github.com/qqlcx5/vuepress-next/tree/master/.github/workflows ### Used Package Manager yarn ### System Info ```shell Environment Info: System: OS: macOS 13.0 CPU: (12) x64 Intel(R) Core(TM) i7-9750H...

need review

close #946 BREAKING CHANGE: now you should set default theme locales data in `.vuepress/client.ts` via `defineThemeData` BREAKING CHANGE: now `plugin-theme-data` does not need options anymore

### Description vuepress-next not support legacy browser default. so it can be resolve by using @vitejs/plugin-legacy. However, when I import @vitejs/plugin-legacy for my project, such an error be capture. ###...

bug
package:bundler-vite

### Description ![d214431379420520bc425ddb40c63002](https://github.com/vuepress/core/assets/48122016/1b60abcf-cd53-4300-b910-31c4dbcd92cc) 现在最新版本对于图片是不是有问题?我粘贴图片进去就会出现这样的报错,重启 pnpm run docs:dev 后才能正常,新建文章在运行的时候也是这样 ![f2ec8914b9c990275ecb4f63cc9c3e32](https://github.com/vuepress/core/assets/48122016/c50ff741-c144-417d-937d-67d01335c2c7) 重启好几次 ### Reproduction No ### Used Package Manager pnpm ### System Info ```shell cc45001927c71.jpg' 6 | import _imports_3 from '@source/column/Rust/README.assets/111111.jpg' |...

need more context