Does anyone have any idea on how to implement this in the boilerplate that electron forge has for Typescript, react and webpack? I tried using import instead of require (since require isn't a thing I can use in that template) but it gives a bunch of errors and I can't seem to solve those. So, does anyone know how I could implement this in that template?
Does anyone have any idea on how to implement this in the boilerplate that electron forge has for Typescript, react and webpack? I tried using import instead of require (since require isn't a thing I can use in that template) but it gives a bunch of errors and I can't seem to solve those. So, does anyone know how I could implement this in that template?