Skip to content

Commit

Permalink
add plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nerikeshi-k committed Aug 15, 2019
1 parent 0641bf8 commit 0fd0c07
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"react-static-plugin-reach-router": "latest",
"react-static-plugin-sitemap": "latest",
"react-static-plugin-source-filesystem": "latest",
"react-static-plugin-styled-components": "^7.0.10",
"react-static-plugin-typescript": "latest",
"styled-components": "^4.3.2"
},
Expand Down
1 change: 1 addition & 0 deletions static.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export default {
location: path.resolve('./src/pages')
}
],
'react-static-plugin-styled-components',
require.resolve('react-static-plugin-reach-router'),
require.resolve('react-static-plugin-sitemap')
]
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6353,6 +6353,11 @@ react-static-plugin-source-filesystem@latest:
chokidar "^2.1.5"
glob "^7.1.3"

react-static-plugin-styled-components@^7.0.10:
version "7.0.10"
resolved "https://registry.yarnpkg.com/react-static-plugin-styled-components/-/react-static-plugin-styled-components-7.0.10.tgz#f69b7b3e311ff555b85b4b008ed6df45da99ebc4"
integrity sha512-FQparFs8zMVKzK74dQ1+WJL4wr0ZOt+IBQvizu6HWxUip/Ob7yF1fVmiZyfP4n5YVftqKVAqe1+zUxxP7W4psQ==

react-static-plugin-typescript@latest:
version "7.0.10"
resolved "https://registry.yarnpkg.com/react-static-plugin-typescript/-/react-static-plugin-typescript-7.0.10.tgz#cc5eff4899c8e6fa526494d2f83aa0f9d532f0c6"
Expand Down

0 comments on commit 0fd0c07

Please sign in to comment.