We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42d788 commit 862b341Copy full SHA for 862b341
webpack.config.esm.ts
@@ -56,7 +56,7 @@ const hasGit = fs.existsSync(path.resolve(__dirname, '.git'));
56
// Hack alert: due to a variety of issues, sometimes we need to change
57
// the name here. Mostly it's things like webpack changes that affect
58
// how minification is done, even though that's supposed not to matter.
59
-const webpackJsHack = '.v49.';
+const webpackJsHack = '.v50.';
60
const plugins: Webpack.WebpackPluginInstance[] = [
61
new MonacoEditorWebpackPlugin({
62
languages: [
0 commit comments