Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Nov 26, 2022
1 parent 0961116 commit 1f34d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const staticPath = path.resolve(__dirname, 'out', 'webpack', 'static');
// 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 webjackJsHack = '.v12.';
const webjackJsHack = '.v13.';
const plugins = [
new MonacoEditorWebpackPlugin({
languages: [
Expand Down

0 comments on commit 1f34d1d

Please sign in to comment.