Skip to content

Commit

Permalink
gatsby-config: add gatsby-plugin-react-svg
Browse files Browse the repository at this point in the history
  • Loading branch information
vithar committed May 26, 2019
1 parent fb407bd commit 6a4f307
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 2 deletions.
1 change: 1 addition & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
},
plugins: [
`gatsby-plugin-react-helmet`,
`gatsby-plugin-react-svg`,
// {
// resolve: `gatsby-source-filesystem`,
// options: {
Expand Down
130 changes: 128 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"gatsby-image": "2.1.1",
"gatsby-plugin-intl": "0.1.7",
"gatsby-plugin-react-helmet": "3.0.12",
"gatsby-plugin-react-svg": "2.1.1",
"gatsby-plugin-typescript": "2.0.15",
"gatsby-source-filesystem": "2.0.37",
"github-slugger": "1.2.1",
Expand Down

0 comments on commit 6a4f307

Please sign in to comment.