remove postcss customization

This commit is contained in:
Matthias Kretschmann 2021-09-19 17:03:38 +02:00
parent de38c86d9b
commit 6113abdac9
Signed by: m
GPG Key ID: 606EEEF3C479A91F
4 changed files with 0 additions and 7712 deletions

View File

@ -42,7 +42,6 @@ module.exports = {
'gatsby-plugin-image',
'gatsby-plugin-sharp',
'gatsby-transformer-sharp',
'gatsby-plugin-postcss',
{
resolve: 'gatsby-plugin-svgr',
options: {

7703
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -29,7 +29,6 @@
"gatsby-plugin-manifest": "^3.13.0",
"gatsby-plugin-matomo": "^0.10.0",
"gatsby-plugin-offline": "^4.13.0",
"gatsby-plugin-postcss": "^4.13.0",
"gatsby-plugin-react-helmet": "^4.13.0",
"gatsby-plugin-sharp": "^3.13.0",
"gatsby-plugin-sitemap": "^4.9.0",
@ -75,7 +74,6 @@
"jest-canvas-mock": "^2.3.1",
"js-yaml": "^4.1.0",
"ora": "^6.0.0",
"postcss-preset-env": "^6.7.0",
"prepend": "^1.0.2",
"prettier": "^2.4.0",
"slugify": "^1.6.0",

View File

@ -1,6 +0,0 @@
module.exports = () => ({
plugins: [
require('postcss-preset-env')({ stage: 0 }),
require('autoprefixer')
]
})