We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d3c91e commit dcfddcbCopy full SHA for dcfddcb
1 file changed
src/plugins/consoleJanitor/index.ts
@@ -66,6 +66,13 @@ export default definePlugin({
66
},
67
68
patches: [
69
+ {
70
+ find: "https://github.com/highlightjs/highlight.js/issues/2277",
71
+ replacement: {
72
+ match: /(?<=&&\()console.log\(`Deprecated.+?`\),/,
73
+ replace: ""
74
+ }
75
+ },
76
{
77
find: 'react-spring: The "interpolate" function',
78
replacement: {
0 commit comments