Commit 99565aab authored by 郝聪敏's avatar 郝聪敏

feature: 拆分cherry-ui

parent b4c4615a
...@@ -137,13 +137,13 @@ module.exports = { ...@@ -137,13 +137,13 @@ module.exports = {
test: /[\\/]node_modules[\\/]swiper[\\/]/, test: /[\\/]node_modules[\\/]swiper[\\/]/,
enforce: true enforce: true
}, },
// cherryUI: { cherryUI: {
// name: 'chunk-cherryUI', // 分离组件库 name: 'chunk-cherryUI', // 分离组件库
// priority: 18, priority: 18,
// chunks: 'all', chunks: 'all',
// test: /[\\/]node_modules[\\/]@qg[\\/]cherry-ui[\\/]/, test: /[\\/]node_modules[\\/]@qg[\\/]cherry-ui[\\/]/,
// enforce: true enforce: true
// }, },
vue: { vue: {
name: 'chunk-vue', // 分离组件库 name: 'chunk-vue', // 分离组件库
priority: 17, priority: 17,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment