diff options
author | Matt Godbolt <matt@godbolt.org> | 2024-04-29 22:02:06 -0500 |
---|---|---|
committer | Matt Godbolt <matt@godbolt.org> | 2024-04-29 22:04:04 -0500 |
commit | 4d777d305674d4a89657d0cd105c74af53822fdc (patch) | |
tree | 4ebd4ae7db84ea81b73ca6b8ceaea2cc39726602 | |
parent | 9b21e5cd943d959f8b048fb3622e84f647215fa5 (diff) | |
download | compiler-explorer-gh-11575.tar.gz compiler-explorer-gh-11575.zip |
It's that time againgh-11575
-rw-r--r-- | webpack.config.esm.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.esm.ts b/webpack.config.esm.ts index 743a7e5f7..ddc2afa9b 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 = '.v46.'; +const webpackJsHack = '.v47.'; const plugins: Webpack.WebpackPluginInstance[] = [ new MonacoEditorWebpackPlugin({ languages: [ |