vite Two output files share the same path but have different contents:node_modules.vite\processing
这个报错是因为同插件重复命名
例如:
- 导入vuex 时将V大写 import xxx from 'Vuex'
- 此时根目录下node_modules.vite\deps文件夹 创建了vueX.js
- 改回import xxx from 'vuex' 此时又小写v
- 报错Two output files share the same path but have different contents:node_modules.vite\processing