From e20427d62ebd52733553cf1673f3c1e75624eedf Mon Sep 17 00:00:00 2001 From: NavedMaulavi <53807772+MrNoddyInfy@users.noreply.github.com> Date: Fri, 25 Oct 2019 15:15:02 +0530 Subject: [PATCH] Update monacoWebpackPlugin to only include javascript #168 (#188) --- webpack.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index a2849da37d..a16d84964f 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -33,7 +33,9 @@ module.exports = { TextDecoder: ["text-encoding", "TextDecoder"], TextEncoder: ["text-encoding", "TextEncoder"] }), - new MonacoWebpackPlugin() + new MonacoWebpackPlugin({ + languages: ['javascript'] + }) ], module: { rules: [{