Skip to content

Commit 3384a27

Browse files
authored
fix: compile mdx-deck
* 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
1 parent 3a4d47b commit 3384a27

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

gatsby-config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,11 @@ module.exports = {
33
{
44
resolve: 'gatsby-theme-mdx-deck',
55
},
6+
{
7+
resolve: 'gatsby-plugin-compile-es6-packages',
8+
options: {
9+
modules: ['mdx-deck', '@mdx-deck/themes', 'gatsby-theme-mdx-deck'],
10+
},
11+
},
612
],
713
}

0 commit comments

Comments
 (0)