diff --git a/webpack.config.js b/webpack.config.js index 79a6cfb2a..b58a7323b 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -35,6 +35,12 @@ module.exports = { include: /node_modules/, type: 'javascript/auto', }, + { + test: /\.m?js$/, + include: /node_modules\/@?monaco-editor/, + type: 'javascript/auto', + loader: 'esbuild-loader', + }, { test: /\.css$/, use: [