We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0d273 commit 6ccf4d9Copy full SHA for 6ccf4d9
gatsby-theme-woly/.babelrc
@@ -0,0 +1,4 @@
1
+{
2
+ "presets": ["babel-preset-gatsby"],
3
+ "plugins": ["babel-plugin-extract-react-types"]
4
+}
gatsby-theme-woly/package.json
@@ -30,6 +30,8 @@
30
"dependencies": {
31
"@mdx-js/mdx": "^1.6.22",
32
"@mdx-js/react": "^1.6.22",
33
+ "babel-plugin-extract-react-types": "^0.1.14",
34
+ "babel-preset-gatsby": "^1.1.0",
35
"change-case": "^4.1.2",
36
"gatsby-plugin-mdx": "^1.10.0",
37
"gatsby-plugin-react-helmet": "^3.10.0",
0 commit comments