-
```
import vue from '@vitejs/plugin-vue';
import ssr from 'vite-plugin-ssr/plugin';
import { UserConfig } from 'vite';
import path from 'path';
const config: UserConfig = {
resolve: {
a…
-
## Description
I've noticed on several instances, where I'm using `gatsby@2.8.5 -> gatsby@2.9.0` and `gatsby-image@2.1.2 -> gatsby-image@2.1.3`, that Webp images disappeared, after an updat…
-
Hello,
I have the following **Purge CSS Plugin** configuration in Webpack 4 :
```js
new PurgeCssPlugin({ paths: glob.sync(Settings.filesToPurge, { nodir: true }) })
```
And my source map look l…
-
### Environment
-
### Reproduction
Not sure how to reproduce. I've created a "reproducer-monorepo" with NX to get some other issues solved. I've added an application in the **/apps** directory and …
-
After adding the following code block (just a copy of the example) and inspecting the page the JsonLd seems to be inserted twice. When switching the output to body it inserts it once.
The code bloc…
-
## Description
When sharing links of the final built website, sharing links with Whatsapp should show up preview of `og:image` or `icon` specified in `` produced by React Helmet.
However, I …
-
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues
- [X] This issue is not a question, fe…
-
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues
- [X] This issue is not a question, fe…
-
### What do you want and why?
Tailwind now supports purgecss by default! We should use this rather than including it in the example’s `postcss.config.js`
### Possible implementation(s)
1. Upg…
-
Hello,
I've created one small website using this starter template and I have two issues regarding the CSS Purge part:
1. I can't locate purgecss.config.js file. I have to make some tweaks to the …