提交 0a5e2599 编写于 作者: M Martin Aeschlimann

web: turn off markdown performance hints

上级 3cc86855
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册