andreas
andreas
@krmax44 do you mean something with a Vue plugin's syntax, so the user could call `this.$queryPosts`, e.g. 👇 ? ``` computed: { postsOfCurrentPage () { return this.$queryPosts(this.page) } } ```...
Good point about the runtime vs buildtime. In an `.md` file, would this then be: ``` where: - category: 'jobs' ```
Yeah... I think the universal approach that has been discussed here is over-optimizing for issues that users aren't facing yet. We've currently forked the query-posts plugin and just added options...
Throwing it out there... Being built ontop of [vite](https://github.com/vitejs/vite)?
Valid point. I used Vitepress for 2 small projects and the DX was lovely and it didn't seem to sacrifise anything else to achieve that DX (but they were quite...
That's great! A vite-powered SSG is just what's missing from the Vite ecosystem atm `
Would it also make sense to add `moduleIds: 'hashed'` so that only changed files's hashes are regenerated? https://webpack.js.org/configuration/optimization/#optimizationmoduleids
So it seems that `saber-highlight-css` can't work with this, since Shiki's output is a flat `` sibling army (and line highlighting works on selecting the immediate child span's with `>...
Can we swap out `@egoist/postcss-loader` for the upstream package (https://github.com/webpack-contrib/postcss-loader)? There doesn't seem to be any diff - https://github.com/webpack-contrib/postcss-loader/compare/master...egoist:master Here's also Post CSS's official migration guide - https://github.com/postcss/postcss/wiki/PostCSS-8-for-end-users
Downgrading and fixing `autoprefixer` to version `9.8.6` allows to compile Saber currently as a workaround