Skip to content

Commit

Permalink
chore(gatsby-plugin-emotion): Remove invalid options syntax (gatsbyjs…
Browse files Browse the repository at this point in the history
…#27697)

Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
  • Loading branch information
LekoArts and gatsbybot authored Oct 28, 2020
1 parent c5903e5 commit 1512a6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/gatsby-plugin-emotion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ module.exports = {
options: {
// Accepts the following options, all of which are defined by `babel-plugin-emotion` plugin.
// The values for each key in this example are the defaults the plugin uses.
`sourceMap`: true,
`autoLabel`: process.env.NODE_ENV !== 'production',
`labelFormat`: `[local]`,
`cssPropOptimization`: true
sourceMap: true,
autoLabel: process.env.NODE_ENV !== "production",
labelFormat: `[local]`,
cssPropOptimization: true,
},
},
],
Expand Down

0 comments on commit 1512a6f

Please sign in to comment.