Improve native documentation webview renderer

Make prism as a custom lib instead of node module to reduce the binary size
This commit is contained in:
Geequlim
2019-10-08 19:34:47 +08:00
parent a563a3584a
commit f07e1154ef
4 changed files with 593 additions and 14 deletions

View File

@@ -9,9 +9,11 @@
],
"sourceMap": true,
"rootDir": "src",
"strict": false
"strict": false,
"allowJs": true
},
"exclude": [
"node_modules"
"node_modules",
"out"
]
}