SourceMapDevToolPlugin not creating source maps for all files #13810
Unanswered
ssundahlTTD
asked this question in
Q&A
Replies: 1 comment 8 replies
-
|
Can you provide example? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I didn't want to log this as an issue in case I'm doing something wrong. But I'm trying to mimic devtool: 'source-map' behavior using SourceMapDevToolPlugin. I read somewhere that devtool: 'source-map' is the same as
When I run devtool: 'source-map' I get an actual source map for every file. When I use the other method I get less than half of the source maps with no obvious (to me) pattern. The reason I'm trying to do this is that source map generation for 1000+ files takes forever and I want to use include/exclude to only generate maps for files that I'll likely be interested in debugging in production.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions