Skip to content

Commit

Permalink
Merge pull request frontarm#51 from helfi92/patch-1
Browse files Browse the repository at this point in the history
Rename deprecated options
  • Loading branch information
jamesknelson authored May 30, 2019
2 parents d52c828 + dcc1291 commit d236b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mdx-loader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ module.exports = async function(source) {
const callback = this.async()
const options = Object.assign(
{
mdPlugins: [
remarkPlugins: [
slug,
images,
emoji,
[textr, { plugins: [typography] }]
],
hastPlugins: [
rehypePlugins: [
rehypePrism,
],
compilers: [
Expand Down

0 comments on commit d236b4a

Please sign in to comment.