From 35482c7bb81296c26c14437a4929a49b26b649be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Wed, 14 Apr 2021 21:44:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/vue.config.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/jshERP-web/vue.config.js b/jshERP-web/vue.config.js index f9e2df67..3cbb56ea 100644 --- a/jshERP-web/vue.config.js +++ b/jshERP-web/vue.config.js @@ -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: {