修改配置

This commit is contained in:
季圣华 2021-04-14 21:44:05 +08:00
parent d87f1649a4
commit 35482c7bb8

View File

@ -71,12 +71,12 @@ module.exports = {
}))
}
// 配置 webpack 识别 markdown 为普通的文件
config.module
.rule('markdown')
.test(/\.md$/)
.use()
.loader('file-loader')
.end()
// config.module
// .rule('markdown')
// .test(/\.md$/)
// .use()
// .loader('file-loader')
// .end()
},
css: {
loaderOptions: {