core
core copied to clipboard
Vue-Powered Static Site Generator
### Description ``` demo/components demo:webpack-build: moduleIdentifier: '/home/runner/work/vuepress-theme-hope/vuepress-theme-hope/node_modules/.pnpm/[email protected][email protected]/node_modules/css-loader/dist/cjs.js??clonedRuleSet-9.use[1]!/home/runner/work/vuepress-theme-hope/vuepress-theme-hope/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-9.use[2]!/home/runner/work/vuepress-theme-hope/vuepress-theme-hope/node_modules/.pnpm/[email protected]/node_modules/vidstack/styles/community-skin/video.css', demo/components demo:webpack-build: moduleName: '../../node_modules/.pnpm/[email protected]/node_modules/vidstack/styles/community-skin/video.css.webpack[javascript/auto]!=!../../node_modules/.pnpm/[email protected][email protected]/node_modules/css-loader/dist/cjs.js??clonedRuleSet-9.use[1]!../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-9.use[2]!../../node_modules/.pnpm/[email protected]/node_modules/vidstack/styles/community-skin/video.css', demo/components demo:webpack-build: message: 'Module build failed (from ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/postcss-loader/dist/cjs.js):\n' + demo/components demo:webpack-build: '\n' + demo/components demo:webpack-build: 'SyntaxError\n' + demo/components demo:webpack-build:...
### Clear and concise description of the problem Currently all styles are extracted to a single file then loaded at page entry. However, some components maybe async, e.g.: ```ts export...
### Description # Background Maybe it's look likes a bug. Refer nonzzz/vite-compression-plugin#18 I try to change vuepress it's vite build logic ( from parallel to serial. It works well Form...
# 🚧 Experimental + Work in Progress 🚧 ### Before submitting the PR, please make sure you do the following - [x] Read the [Contributing Guidelines](https://github.com/vuepress/core/blob/main/CONTRIBUTING.md). - [x] Provide a...
[Feature request] Recognize @source and maybe treat all @ started path as alias with markdown image
### Clear and concise description of the problem Some people may want to reference image from root, but in our latest changes, the markdown image syntax no longer supports alias....
> [!warning] > This PR is now based on https://github.com/vuepress/core/pull/1562, so it's expected #1562 to be merged first. > [!tip] > For a file like `/a/b.md`, the full format is...
### Description # use extra page or client config to define a route not working ## use extra pages https://v2.vuepress.vuejs.org/advanced/cookbook/adding-extra-pages.html use plugin api to create a extra page `/hello`, and...
### Clear and concise description of the problem Rspack is a high performance Rust-based JavaScript bundler that offers strong interoperability with the webpack ecosystem, enabling faster development cycles and efficient...
### Description When I open the anchor link and the page content is too big, it doesn't scroll to the end! If you go back and click on the same...