fix: vite忽略@fesjs/fes

This commit is contained in:
wanchun 2022-05-17 18:58:57 +08:00
parent 670aa3ca5a
commit e2c6cd085f

View File

@ -42,6 +42,9 @@ export function getInnerCommonConfig(api) {
'@@': api.paths.absTmpPath,
},
},
optimizeDeps: {
exclude: ['@fesjs/fes'],
},
},
otherViteOption,
);