We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a0c55 commit 2c8a97cCopy full SHA for 2c8a97c
1 file changed
src/vs/css.build.js
@@ -319,7 +319,7 @@ var CSSBuildLoaderPlugin;
319
global.cssInlinedResources = global.cssInlinedResources || [];
320
var normalizedFSPath = fsPath.replace(/\\/g, '/');
321
if (global.cssInlinedResources.indexOf(normalizedFSPath) >= 0) {
322
- console.warn('CSS INLINING IMAGE AT ' + fsPath + ' MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES');
+ // console.warn('CSS INLINING IMAGE AT ' + fsPath + ' MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES');
323
}
324
global.cssInlinedResources.push(normalizedFSPath);
325
var MIME = /\.svg$/.test(url) ? 'image/svg+xml' : 'image/png';
0 commit comments