-
Notifications
You must be signed in to change notification settings - Fork 199
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
HTMLSplitter doesn't split script tags with the string "</script>" #821
Comments
I think HtmlSplitter/parse5 may be incorrectly splitting at the |
Hi Keanu, you are right. |
PR welcome, but given that we use parse5 for parsing, the fix will probably either need to be there or a re-implementation of parsing here. I don't think this issue a big priority for the team because inlining a script tag with HTML is unconventional. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi,
I'm trying to build with js-minify e bundle enable, but in chrome console there is an error:
Uncaught SyntaxError: Invalid or unexpected token
This error is referred to this code :
The text was updated successfully, but these errors were encountered: