79585711

Date: 2025-04-22 04:59:37
Score: 1
Natty:
Report link

i was also gettting the same issue and I was using webpack I used this in webpack to resolve this path issue

 output: {
path: path.resolve(__dirname, 'build'),
filename: 'renderer.js',
// Use different publicPath values for dev and prod
publicPath: isProduction ? './' : '/'

},

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shubham Yadav05