docs(nextjs): fixed webpack loader error (#2946)

A simple fix that allows webpack to build.
This commit is contained in:
zemlya-studio 2019-12-03 01:29:50 -06:00 committed by Erez Rokah
parent 553264f136
commit dd754e9377

View File

@ -80,7 +80,7 @@ module.exports = {
cfg.module.rules.push(
{
test: /\.md$/,
use: 'frontmatter-markdown-loader',
loader: 'frontmatter-markdown-loader',
options: { mode: ['react-component'] }
}
)