fix: web build failure
This commit is contained in:
@@ -10,7 +10,8 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
'@renderer': path.resolve('src/renderer/src')
|
'@renderer': path.resolve('src/renderer/src'),
|
||||||
|
'@common': path.resolve('src/common')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
plugins: [react()]
|
plugins: [react()]
|
||||||
|
|||||||
Reference in New Issue
Block a user