We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c75fd0f commit e132027Copy full SHA for e132027
gatsby-config.mjs
@@ -66,6 +66,7 @@ const config = {
66
DEV_SSR: !!process.env.GATSBY_DEV_SSR,
67
},
68
plugins: [
69
+ 'gatsby-plugin-postcss',
70
'gatsby-plugin-styled-components',
71
'gatsby-transformer-yaml',
72
{
jest.config.js
@@ -4,4 +4,7 @@ module.exports = {
4
transform: {
5
'^.+\\.jsx?$': `<rootDir>/jest-preprocess.js`,
6
7
+ moduleNameMapper: {
8
+ '.+\\.(css|styl|less|sass|scss)$': `identity-obj-proxy`,
9
+ },
10
}
0 commit comments