bozon icon indicating copy to clipboard operation
bozon copied to clipboard

Loading custom html with custom script

Open uzumakinaruto123 opened this issue 3 years ago • 1 comments

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?

uzumakinaruto123 avatar Mar 07 '21 17:03 uzumakinaruto123

you can create a new entry but the faster way is to import the script in index.js file

andrewo0 avatar Apr 04 '21 09:04 andrewo0