Skip to content

Commit 3556f34

Browse files
authored
Enable minification in styled-components plugin
Signed-off-by: Lee Calcote <leecalcote@gmail.com>
1 parent 1abfd78 commit 3556f34

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)