From 8f9e05ad754113ee4bd040ea30f3ba5b22c0f494 Mon Sep 17 00:00:00 2001 From: zyy <1787816799@qq.com> Date: Fri, 23 Oct 2020 18:07:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/vue.config.js b/vue.config.js index 69f00e241..2c3e8b76f 100644 --- a/vue.config.js +++ b/vue.config.js @@ -171,13 +171,6 @@ module.exports = { priority: 10, // 缓存组优先级 数字越⼤大,优先级越⾼高 reuseExistingChunk: true // 如果当前代码块包含的模块已经有了,就不在产生一个新的代码块 }, - jlmap: { - name: 'split-jlmap', - test: path.resolve(__dirname, './src/jmap'), - priority: 8, - minChunks: 1, - reuseExistingChunk: true - }, jmapNew: { name: 'split-jmapNew', test: path.resolve(__dirname, './src/jmapNew'),