From bc507a3c70de45d19c36e981c7ba0da2d9d9e01b Mon Sep 17 00:00:00 2001 From: Patrick Quist Date: Wed, 25 Sep 2024 15:42:02 +0200 Subject: [PATCH] Update webpack.config.esm.ts --- webpack.config.esm.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.esm.ts b/webpack.config.esm.ts index 3b4ab0f0d..1846cc916 100644 --- a/webpack.config.esm.ts +++ b/webpack.config.esm.ts @@ -56,7 +56,7 @@ const hasGit = fs.existsSync(path.resolve(__dirname, '.git')); // Hack alert: due to a variety of issues, sometimes we need to change // the name here. Mostly it's things like webpack changes that affect // how minification is done, even though that's supposed not to matter. -const webpackJsHack = '.v51.'; +const webpackJsHack = '.v52.'; const plugins: Webpack.WebpackPluginInstance[] = [ new MonacoEditorWebpackPlugin({ languages: [