Last active
February 6, 2020 11:24
-
-
Save geekysrm/a211ea3afdcbde9bf51a33f26f7237e6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plugins: [ | |
... | |
{ | |
resolve: `gatsby-plugin-postcss`, | |
options: { | |
// Accepts all options defined by `gatsby-plugin-postcss` plugin. | |
}, | |
}, | |
{ | |
resolve: `gatsby-plugin-emotion`, | |
options: { | |
// Accepts all options defined by `babel-plugin-emotion` plugin. | |
}, | |
}, | |
... | |
], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment