We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d30675 commit 72226dbCopy full SHA for 72226db
1 file changed
lib/SourceMapDevToolPlugin.js
@@ -155,7 +155,7 @@ SourceMapDevToolPlugin.prototype.apply = function(compiler) {
155
})
156
.replace(/\[url\]/g, function() {
157
return "data:application/json;charset=utf-8;base64," +
158
- new Buffer(JSON.stringify(sourceMap), "utf8").toString("base64");
+ new Buffer(JSON.stringify(sourceMap), "utf8").toString("base64"); //eslint-disable-line
159
160
);
161
}
0 commit comments