AlexTorresDev / custom-electron-titlebar

Custom electon title bar inpire on VS Code title bar
MIT License
870 stars 149 forks source link

Module not found: Error: Can't resolve 'custom-electron-titlebar/main' in... #212

Closed PierreLeGit closed 1 year ago

PierreLeGit commented 1 year ago

Hello, I try tu use this library but i cannot launch my app. The error is Module not found: Error: Can't resolve 'custom-electron-titlebar/main' in "path of my app"src\main @ ./src/main/main.ts 7:0-86 8:0-13 126:4-26 @ multi ./node_modules/electron-webpack/out/electron-main-hmr/main-hmr ./src/main/main.ts

Do you have an idea? Regards.

PierreLeGit commented 1 year ago

I've tried to add in webpack.config but error still here: resolve: { extensions: ['.js', '.jsx', '.ts', '.tsx'], },

AlexTorresDev commented 1 year ago

Fixed on last version