Skip to content

Commit

Permalink
style: 📝 调整 vite 配置文件格式
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Oct 13, 2023
1 parent 64c429a commit e5b0b7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions electron.vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ export default defineConfig({
'@root': resolve('./'),
},
},
plugins: [externalizeDepsPlugin()],
plugins: [externalizeDepsPlugin({ exclude: [] })],
},
preload: {
resolve: {
alias: {
'@resources': resolve('resources'),
},
},
plugins: [externalizeDepsPlugin()],
plugins: [externalizeDepsPlugin({ exclude: [] })],
},
renderer: {
resolve: {
Expand Down

0 comments on commit e5b0b7b

Please sign in to comment.