Trying to load abc.html from renderers folder and included abc.js from javascripts folder in abc.html. But, abc.js is not found.
builds/development/renderer/abc.js not found
In the new bozon app, index.js is also included as an entry point in webpack config and also included as a script in renderers/index.html. what does it mean?
How can custom html be loaded with custom script name?