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'),