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
Recent updates removed the reference to the src js file.
WC-Generator/template/demo/index.html
Lines 32 to 45 in 965e85f
The ./demo/index.html file should have the following code to reference the src js code.
<script type="module" src="../index.js"></script>
The text was updated successfully, but these errors were encountered:
fix: replace missing js reference #389
68bbf26
Changes to be committed: modified: template/demo/index.html
4262238
chore(release): 4.0.4 [skip ci]
134c0de
## [4.0.4](v4.0.3...v4.0.4) (2023-05-19) ### Bug Fixes * replace missing js reference [#389](#389) ([4262238](4262238))
blackfalcon
Successfully merging a pull request may close this issue.
Recent updates removed the reference to the src js file.
WC-Generator/template/demo/index.html
Lines 32 to 45 in 965e85f
Expectation
The ./demo/index.html file should have the following code to reference the src js code.
The text was updated successfully, but these errors were encountered: