fix: vite忽略@fesjs/fes

This commit is contained in:
wanchun 2022-05-17 18:58:57 +08:00
parent 291fb2dc81
commit 9d7b4e4f7d

View File

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