Skip to content

Commit 862b341

Browse files
committed
Bound to need this too
1 parent a42d788 commit 862b341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.esm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const hasGit = fs.existsSync(path.resolve(__dirname, '.git'));
5656
// Hack alert: due to a variety of issues, sometimes we need to change
5757
// the name here. Mostly it's things like webpack changes that affect
5858
// how minification is done, even though that's supposed not to matter.
59-
const webpackJsHack = '.v49.';
59+
const webpackJsHack = '.v50.';
6060
const plugins: Webpack.WebpackPluginInstance[] = [
6161
new MonacoEditorWebpackPlugin({
6262
languages: [

0 commit comments

Comments
 (0)