Skip to content

Commit

Permalink
fix: compile mdx-deck
Browse files Browse the repository at this point in the history
* revert: revert "Allow usage from the command line (#9)"

This reverts commit 9998d59.

* fix: add some missing dependencies

This reverts commit 9242bbb.

* fix: compile mdx-deck
  • Loading branch information
kantord authored Feb 22, 2022
1 parent 3a4d47b commit 3384a27
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,11 @@ module.exports = {
{
resolve: 'gatsby-theme-mdx-deck',
},
{
resolve: 'gatsby-plugin-compile-es6-packages',
options: {
modules: ['mdx-deck', '@mdx-deck/themes', 'gatsby-theme-mdx-deck'],
},
},
],
}

0 comments on commit 3384a27

Please sign in to comment.