Reapply markup renderers change

Rewriting how we do replacements in the webviewPreloads function to hopefully handle optimization better
This commit is contained in:
Matt Bierner
2021-04-26 19:58:24 -07:00
parent c8c96aae9d
commit 7770708545
21 changed files with 291 additions and 202 deletions

View File

@@ -3,6 +3,7 @@
"compilerOptions": {
"outDir": "./dist/",
"jsx": "react",
"module": "es2020",
"lib": [
"es2018",
"DOM",