Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading custom html with custom script #80

Open
uzumakinaruto123 opened this issue Mar 7, 2021 · 1 comment
Open

Loading custom html with custom script #80

uzumakinaruto123 opened this issue Mar 7, 2021 · 1 comment

Comments

@uzumakinaruto123
Copy link

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?

@andrewo0
Copy link

andrewo0 commented Apr 4, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants