-
Is there any way to custom I tried new webpack.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.map Is it a right way to set |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
https://stackoverflow.com/questions/38976873/how-to-change-sourcemappingurl-by-using-webpack |
Beta Was this translation helpful? Give feedback.
https://stackoverflow.com/questions/38976873/how-to-change-sourcemappingurl-by-using-webpack
It works for me