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

This commit is contained in:
Mrugesh Mohapatra
2024-08-12 20:11:40 +05:30
committed by GitHub
parent 66d29c084d
commit 399a1f91ff
+8 -1
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: {