Skip to content

Commit b0d9794

Browse files
committed
build: remove unused monaco features
1 parent b426972 commit b0d9794

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/webpack/webpack.renderer.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export const rendererConfig: Configuration = {
6363
...plugins,
6464
new MonacoWebpackPlugin({
6565
languages: ['typescript', 'javascript', 'html', 'css'],
66+
features: ['!contextmenu', '!iPadShowKeyboard', '!snippets'],
6667
}),
6768
new MiniCssExtractPlugin({
6869
filename: './css/[name].css',

0 commit comments

Comments
 (0)