@@ -104,12 +104,6 @@ export default defineConfig({
test: /[\\/]node_modules[\\/]antd[\\/]/,
chunks: 'all',
priority: 9
- },
- lodash: {
- name: 'lodash',
- test: /[\\/]node_modules[\\/]lodash[\\/]/,
- chunks: 'all',
- priority: -2
}