Fabian Dietenberger
Fabian Dietenberger
There are some missing rules in this repository regarding "newline", which are part of ESLint. - `function-paren-newline ` - `object-curly-newline ` - `array-bracket-newline` - `array-element-newline` All those rules are needed...
### Describe the bug We have a monorepo setup with a shared webpack configuration package. The setup look kinda like this: ``` packages - configs - webpack-shared.config.js # all setup...
When using this plugin, you cannot delete pages with incremental builds anymore. I guess it's because the `copy` doesn't remove files that are missing in the source folder, but only...
> Edit: Check my [third post](https://github.com/gatsbyjs/gatsby/issues/33450#issuecomment-939474206) below. It looks like is something with the import of CSS files in Gatsby. ### Preliminary Checks - [X] This issue is not a...