We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How can I change the init script location in index.html? (Is it possible? Did I overlook something in README?)
index.html
Input:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> </head> <body> <section id="app"></section> <trunk-link type="rust"> </body> </html>
(I've copy-pasted trunk-link from #46)
trunk-link
Expected output:
... <body> <section id="app"></section> <script type="module"> import init from '/index-719b4e04e016028b.js'; init('/index-719b4e04e016028b_bg.wasm'); </script> </body> ...
Thanks!
The text was updated successfully, but these errors were encountered:
Looks like this issue and #72 are duplicates :). I'll close this one.
:)
Sorry, something went wrong.
No branches or pull requests
How can I change the init script location in
index.html
?(Is it possible? Did I overlook something in README?)
Input:
(I've copy-pasted
trunk-link
from #46)Expected output:
Thanks!
The text was updated successfully, but these errors were encountered: