-
-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Closed
Milestone
Description
I am trying to build an electron app. I am simply pointing electron api to the build folder. But the issue is I am getting the error failed to load file:///....
error. If I understand correctly, this is because of the extra slash at the beginning of the resource links.
I just want to change links in html and other files from "/static/js/main.2a85c832.js"
to "static/js/main.2a85c832.js"
?
Could anyone help? Thanks
mcmunder, niksmac, mulyoved, selarom-epilef, am0wa and 3 more