Fixing Bug : Error no such file directory
Fixing wrong electron file path causing error no such file directory when `npm run dev`
This commit is contained in:
parent
4b03aac9fa
commit
057818aac9
|
@ -23,8 +23,8 @@ export default defineConfig({
|
||||||
react(),
|
react(),
|
||||||
electron({
|
electron({
|
||||||
include: [
|
include: [
|
||||||
'electron',
|
'electron/main',
|
||||||
'preload',
|
'electron/preload',
|
||||||
],
|
],
|
||||||
transformOptions: {
|
transformOptions: {
|
||||||
sourcemap: isDevelopment
|
sourcemap: isDevelopment
|
||||||
|
|
Loading…
Reference in New Issue