-
-
Notifications
You must be signed in to change notification settings - Fork 386
moduleFilename doesn't work when i using runtimeChunk #523
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
Comments
runtimeChunk and moduleFilename is difference, please create reproducible test repo |
By using debug
|
i had the same issue. when add runtimeChunk in webpack.optimization,moduleFilename cant work. remove runtimeChunk, moduleFilename work again. |
|
Uh oh!
There was an error while loading. Please reload this page.
Expected Behavior
moduleFilename can work
Actual Behavior
moduleFilename can't work when i open runtimeChunk
Code
How Do We Reproduce?
it's will certainly appear when open runtimeChunk,and it's ok in 'extract-text-webpack-plugin'
The text was updated successfully, but these errors were encountered: