mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(client): force postcss-loader config location (#55813)
This commit is contained in:
committed by
GitHub
parent
66d29c084d
commit
399a1f91ff
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user