Skip to content

Commit

Permalink
fix(docz-core): index.tsx imports in index.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerumen authored and rakannimer committed Oct 9, 2019
1 parent 2f12854 commit bcbd462
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions core/docz-core/templates/gatsby-config.tpl.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,18 @@ const config = {
description: "<%- config.description %>"
},
plugins: [
{
resolve: 'gatsby-theme-docz',
options: <%- opts %>
},<% if (config.typescript) {%>
<% if (config.typescript) {%>
{
resolve: 'gatsby-plugin-typescript',
options: {
isTSX: true,
allExtensions: true
}
},<%}%><% if (isDoczRepo) {%>
},<%}%>
{
resolve: 'gatsby-theme-docz',
options: <%- opts %>
},<% if (isDoczRepo) {%>
{
resolve: 'gatsby-plugin-eslint',
options: {
Expand Down

0 comments on commit bcbd462

Please sign in to comment.