-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Javascript chunks that do not end in .js
are excluded
#1013
Comments
Oh thanks a lot 👍 Maybe the asset gathering will also pick up karma-webpack files. |
Hey @jantimon, the best thing would be to analyze the contents of the asset (or maybe webpack does know anyways?). But actually you are right it sound more right to me that the |
See also codymikol/karma-webpack#334 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Expected behaviour
Add javascript chunk files that do not end in
.js
.Current behaviour
Chunk files that do not end in
.js
are excluded explicitly sincev3.0.4
, see 0348d6b.Environment
This problem occurs when using
html-webpack-plugin
in conjunction withkarma-webpack
as they use the chunk name as file name (https://github.com/webpack-contrib/karma-webpack/blob/1ac16eaa7b11ee154a2127d4f03cbfd1a81533f6/src/karma-webpack.js#L65). Not sure though who should move you or them 😄.The text was updated successfully, but these errors were encountered: