Skip to content

Commit

Permalink
fix postcss-loader (#6461)
Browse files Browse the repository at this point in the history
I think this should fix #6459
  • Loading branch information
jquense authored and KyleAMathews committed Jul 15, 2018
1 parent e67e533 commit 00c0f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/src/utils/webpack-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ module.exports = async ({
flexbugs,
autoprefixer({ browsers, flexbox: `no-2009` }),
...plugins,
]
].filter(Boolean)
},
...postcssOpts,
},
Expand Down

0 comments on commit 00c0f0e

Please sign in to comment.