-
-
Notifications
You must be signed in to change notification settings - Fork 204
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
Process script and link tags does not work #284
Comments
Please create full reproducible test repo, I can't reproduce, we have tests for this |
thanks for the fast reply. |
It is not supported right now, we have roadmap for this for webpack@5 https://github.com/webpack/webpack/projects/5#card-29122473 |
@evilebottnawi if i install webpack 5 beta will this work? |
Not, sure, need test |
Let's close in favor webpack@5, we can't fix it on our side |
Hi all. I've faced the same problem. |
Expected Behavior
I tried the example "Process script and link tags" from the README.
index.html contains
<script src="./app.file.js"></script>
Actual Behavior
index.html output contains
<script src=[object Object]></script>
Code
see above
How Do We Reproduce?
Setup the example "Process script and link tags" from the README.
The text was updated successfully, but these errors were encountered: