Uh oh!
There was an error while loading. Please reload this page.
Is there any way to custom I tried newwebpack.SourceMapDevToolPlugin({filename: '[file].map',publicPath: process.env.SOURCEMAP_PUBLIC_URL,})As a result, it generates two lines of sourceMappingURL: //# sourceMappingURL=abc.js.map//# sourceMappingURL=xxx.com/js/abc.js.mapIs it a right way to set |
Answered by
zerosrat
Jul 12, 2023
Replies: 1 comment
https://stackoverflow.com/questions/38976873/how-to-change-sourcemappingurl-by-using-webpack |
0 replies
Answer selected byzerosrat
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
https://stackoverflow.com/questions/38976873/how-to-change-sourcemappingurl-by-using-webpack
It works for me