mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-01-06 19:55:34 +01:00
remove postcss customization
This commit is contained in:
parent
de38c86d9b
commit
6113abdac9
@ -42,7 +42,6 @@ module.exports = {
|
|||||||
'gatsby-plugin-image',
|
'gatsby-plugin-image',
|
||||||
'gatsby-plugin-sharp',
|
'gatsby-plugin-sharp',
|
||||||
'gatsby-transformer-sharp',
|
'gatsby-transformer-sharp',
|
||||||
'gatsby-plugin-postcss',
|
|
||||||
{
|
{
|
||||||
resolve: 'gatsby-plugin-svgr',
|
resolve: 'gatsby-plugin-svgr',
|
||||||
options: {
|
options: {
|
||||||
|
7703
package-lock.json
generated
7703
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -29,7 +29,6 @@
|
|||||||
"gatsby-plugin-manifest": "^3.13.0",
|
"gatsby-plugin-manifest": "^3.13.0",
|
||||||
"gatsby-plugin-matomo": "^0.10.0",
|
"gatsby-plugin-matomo": "^0.10.0",
|
||||||
"gatsby-plugin-offline": "^4.13.0",
|
"gatsby-plugin-offline": "^4.13.0",
|
||||||
"gatsby-plugin-postcss": "^4.13.0",
|
|
||||||
"gatsby-plugin-react-helmet": "^4.13.0",
|
"gatsby-plugin-react-helmet": "^4.13.0",
|
||||||
"gatsby-plugin-sharp": "^3.13.0",
|
"gatsby-plugin-sharp": "^3.13.0",
|
||||||
"gatsby-plugin-sitemap": "^4.9.0",
|
"gatsby-plugin-sitemap": "^4.9.0",
|
||||||
@ -75,7 +74,6 @@
|
|||||||
"jest-canvas-mock": "^2.3.1",
|
"jest-canvas-mock": "^2.3.1",
|
||||||
"js-yaml": "^4.1.0",
|
"js-yaml": "^4.1.0",
|
||||||
"ora": "^6.0.0",
|
"ora": "^6.0.0",
|
||||||
"postcss-preset-env": "^6.7.0",
|
|
||||||
"prepend": "^1.0.2",
|
"prepend": "^1.0.2",
|
||||||
"prettier": "^2.4.0",
|
"prettier": "^2.4.0",
|
||||||
"slugify": "^1.6.0",
|
"slugify": "^1.6.0",
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
module.exports = () => ({
|
|
||||||
plugins: [
|
|
||||||
require('postcss-preset-env')({ stage: 0 }),
|
|
||||||
require('autoprefixer')
|
|
||||||
]
|
|
||||||
})
|
|
Loading…
Reference in New Issue
Block a user