Skip to content

Commit 72226db

Browse files
committed
add missing disable line
1 parent 4d30675 commit 72226db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/SourceMapDevToolPlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ SourceMapDevToolPlugin.prototype.apply = function(compiler) {
155155
})
156156
.replace(/\[url\]/g, function() {
157157
return "data:application/json;charset=utf-8;base64," +
158-
new Buffer(JSON.stringify(sourceMap), "utf8").toString("base64");
158+
new Buffer(JSON.stringify(sourceMap), "utf8").toString("base64"); //eslint-disable-line
159159
})
160160
);
161161
}

0 commit comments

Comments
 (0)