workflow: improve template-explorer local load speed

This commit is contained in:
Evan You
2020-02-06 10:22:16 -05:00
parent ee5ed73361
commit 39d1acf417
4 changed files with 332 additions and 17 deletions

View File

@@ -20,7 +20,7 @@ window._deps = {
require.config({
paths: {
'vs': 'https://unpkg.com/monaco-editor/min/vs'
'vs': '../../node_modules/monaco-editor/min/vs'
}
})
</script>