From 5c3d605b8e6cf44c834113d6327e77652c6315fd Mon Sep 17 00:00:00 2001 From: Matt Godbolt Date: Mon, 12 Feb 2024 22:12:59 -0600 Subject: [PATCH] Bump the webpack hack --- 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 872015306..84feee483 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 = '.v43.'; +const webpackJsHack = '.v44.'; const plugins: Webpack.WebpackPluginInstance[] = [ new MonacoEditorWebpackPlugin({ languages: [