web: turn off markdown performance hints

This commit is contained in:
Martin Aeschlimann
2020-06-11 11:37:41 +02:00
parent 3cc8685501
commit 0a5e259993

View File

@@ -21,7 +21,10 @@ const clientConfig = withDefaults({
'vscode-extension-telemetry': path.resolve(__dirname, 'polyfills/vscode-extension-telemetry.js'),
'vscode-nls': path.resolve(__dirname, 'polyfills/vscode-nls.js'),
},
}
},
performance: {
hints: false
},
});
clientConfig.module.rules[0].use.shift(); // remove nls loader