Recursive regex replace in VSCode
Oct 28, 2021 · 1 min read · I wanted to make all imports to mui use direct links to the component, to speed upd bundling and improv development recompile speed. Therefore I tried to do it within vscode with regular expression, and i Came up with the following regular exression ...
Join discussion