fix(client): force postcss-loader config location (#55813)

pull/55832/head
Mrugesh Mohapatra 2024-08-12 20:11:40 +05:30 committed by GitHub
parent 66d29c084d
commit 399a1f91ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 1 deletions

View File

@ -30,7 +30,14 @@ module.exports = {
}
},
'gatsby-plugin-react-helmet',
'gatsby-plugin-postcss',
{
resolve: 'gatsby-plugin-postcss',
options: {
postcssOptions: {
config: path.resolve(__dirname, 'postcss.config.js')
}
}
},
{
resolve: 'gatsby-plugin-create-client-paths',
options: {