We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b426972 commit b0d9794Copy full SHA for b0d9794
1 file changed
tools/webpack/webpack.renderer.config.ts
@@ -63,6 +63,7 @@ export const rendererConfig: Configuration = {
63
...plugins,
64
new MonacoWebpackPlugin({
65
languages: ['typescript', 'javascript', 'html', 'css'],
66
+ features: ['!contextmenu', '!iPadShowKeyboard', '!snippets'],
67
}),
68
new MiniCssExtractPlugin({
69
filename: './css/[name].css',
0 commit comments