Skip to content

Commit b13f8b6

Browse files
committed
Исправлена ошибка линтера
1 parent c19ebb9 commit b13f8b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ OptimizeCssnanoPlugin.prototype.apply = function(compiler) {
3939
// Original CSS
4040
const asset = compilation.assets[assetName];
4141
const originalCss = asset.source();
42-
// .replace(/\/\*# sourceMappingURL.+\*\//, '');
4342

4443
// Options for particalar cssnano call
4544
const options = JSON.parse(JSON.stringify(self.options.cssnanoOptions));
@@ -91,7 +90,6 @@ OptimizeCssnanoPlugin.prototype.apply = function(compiler) {
9190
return processedMap.length;
9291
},
9392
};
94-
// processedCss += `\n/*# sourceMappingURL=${assetName + '.map'} */`;
9593
}
9694
}
9795
).catch(function(err) {

0 commit comments

Comments
 (0)