mirror of
https://github.com/DerTyp7/teamspeak-obs-overlay.git
synced 2025-10-29 12:52:09 +01:00
update build options
This commit is contained in:
@@ -17,5 +17,9 @@ export default defineConfig({
|
|||||||
'@styles': path.resolve(__dirname, './src/styles'),
|
'@styles': path.resolve(__dirname, './src/styles'),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
build: {
|
||||||
|
outDir: 'dist',
|
||||||
|
emptyOutDir: true,
|
||||||
|
},
|
||||||
plugins: [react(), viteSingleFile({ useRecommendedBuildConfig: false })],
|
plugins: [react(), viteSingleFile({ useRecommendedBuildConfig: false })],
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user