Skip to content

Commit

Permalink
[docs] Rename custom loader
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknovitski committed Feb 12, 2019
1 parent af58e3b commit cd8205e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
use: [
options.defaultLoaders.babel,
'@mdx-js/loader',
join(__dirname, './common/fm-loader'), // turn frontmatter into `meta`
join(__dirname, './common/md-loader'),
],
});
return config;
Expand Down

0 comments on commit cd8205e

Please sign in to comment.