fix: enable electron sourcemap (#4014)

This commit is contained in:
Peng Xiao
2023-08-29 23:42:50 +08:00
committed by GitHub
parent 4abb407b5c
commit 92f9cb01f3

View File

@@ -53,6 +53,7 @@ export const config = () => {
},
assetNames: '[name]',
treeShaking: true,
sourcemap: 'linked',
},
};
};