-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
js sourcemaps are not generated #72
Comments
Using
plugin. Do compare your webpack config against the current version in the respective branch and make the necessary changes. |
broken somewhere along the way, checking this now. there is a known issue in firefox another reference: webpack/webpack#2145 (comment) |
resolved? |
Not resolved |
I don't get any source maps neither using new webpack.SourceMapDevToolPlugin({filename: false}) |
same issue here. I enabled it is generating .map files, however these only contain a single file, f.e.:
so I suspect the issue is that it is generating the source map not from the source typescript files but from the generated javascript files. the other issue is that enabling |
this is a critical issue, will pick this up soon and get it fixed. |
will migrate to webpack 5 and see if this issue is persisting there. Webpack 5 has been out for sometime and is running without much issues these days. there is a possibility that some of the plugins might not work in webpack 5, will be migrating that as well. also i would be upgrading to node 16. The plugin / loader I created for this project also needs some migration for the webpack 5, i will be doing that as well. updates:
|
support for webpack 5 is added for had run into issues with the plugin while migrating, hopefully i can pick it up today and wrap it up |
let me know if there is something to test or if you have a branch I can help on. I have to admit this isn't my main area of expertise but maybe I can still help work through some issues. |
Thanks for the offer. I haven't forgotten about this issue. I have worked on the migration of the webpack plugin i wrote for this project but then there was complication as webpack 5 introduced some new apis and deprecated the api i was using there. I will try n pick this up soon as well. Been caught up with work hence I couldnt get this done sooner. Thanks for the patience. Will revert back with updates. |
Have migrated the webpack plugin as well. Will be testing it properly before going for a release. Will keep updating here. |
any update? can we help with testing? |
hello. happy new year! I wonder if you are still motivated to look into this topic? thank you. |
Alright, not sure if solving the issue also required some other dependency updates but it is now working for us by simply removing |
I'm aware of the previous issue
not sure how the fix worked for you, when basically you are telling webpack not to generate them.
The text was updated successfully, but these errors were encountered: