Skip to content

Commit

Permalink
Rename deprecated options
Browse files Browse the repository at this point in the history
  • Loading branch information
helfi92 authored May 30, 2019
1 parent d52c828 commit dcc1291
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 dcc1291

Please sign in to comment.