🐛 fix: build

This commit is contained in:
倏昱 2023-04-20 13:16:42 +08:00
parent cdadb6a7ab
commit c84f2cb609

View File

@ -27,7 +27,7 @@ export default defineConfig({
memo.plugin('shell').use(WebpackShellPlugin, [
{
onBuildExit: {
scripts: process.platform === 'darwin' ? mac : win,
scripts: process.platform === 'win32' ? win : mac,
blocking: false,
parallel: false,
},