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 c19ebb9 commit b13f8b6Copy full SHA for b13f8b6
index.js
@@ -39,7 +39,6 @@ OptimizeCssnanoPlugin.prototype.apply = function(compiler) {
39
// Original CSS
40
const asset = compilation.assets[assetName];
41
const originalCss = asset.source();
42
- // .replace(/\/\*# sourceMappingURL.+\*\//, '');
43
44
// Options for particalar cssnano call
45
const options = JSON.parse(JSON.stringify(self.options.cssnanoOptions));
@@ -91,7 +90,6 @@ OptimizeCssnanoPlugin.prototype.apply = function(compiler) {
91
90
return processedMap.length;
92
},
93
};
94
- // processedCss += `\n/*# sourceMappingURL=${assetName + '.map'} */`;
95
}
96
97
).catch(function(err) {
0 commit comments