Skip to content

Commit d43f806

Browse files
authored
Merge pull request #7152 from layer5io/leecalcote-patch-2
Enable minification in styled-components plugin
2 parents 1abfd78 + 3556f34 commit d43f806

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ module.exports = {
454454
{
455455
resolve: "gatsby-plugin-styled-components",
456456
options: {
457-
minify: false,
457+
minify: true,
458458
},
459459
},
460460
{

0 commit comments

Comments
 (0)