diff options
author | partouf <partouf@gmail.com> | 2024-01-01 17:57:59 +0100 |
---|---|---|
committer | partouf <partouf@gmail.com> | 2024-01-01 17:57:59 +0100 |
commit | 3bc7ff606db46c25a7d244825f0c74344408ee3d (patch) | |
tree | 9608adc9ec11da1b1d270f7a02d69039e623aa9c | |
parent | a5169c05d5190f165b6afc2fba81dfdb795f1be2 (diff) | |
download | compiler-explorer-gh-10040.tar.gz compiler-explorer-gh-10040.zip |
webpackthingymabobgh-10040
-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 3c9a8097a..ca0fc5916 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 = '.v38.'; +const webpackJsHack = '.v39.'; const plugins: Webpack.WebpackPluginInstance[] = [ new MonacoEditorWebpackPlugin({ languages: [ |