You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -109,7 +109,7 @@ Uses a WebWorker loaded from the compiler iframe for TypeScript features:
109
109
110
110
A [custom build](https://github.com/live-codes/codemirror) is used for CodeMirror editor, which allows:
111
111
112
-
- Bundling and minification of the core modules (e.g. `state`, `view`, etc) and language support for common languages (`html`, `css`, `js`, `json`) to avoid unnecessary network requests and larger module size. Extensions in this bundle are marked as external during build of other modules. This allows all of them to point to the same URL using importmaps (see [app.html](../../../src/livecodes/html/app.html)).
112
+
- Bundling and minification of the core modules (e.g. `state`, `view`, etc) and language support for common languages (`html`, `css`, `js`, `json`) to avoid unnecessary network requests and larger module size. Extensions in this bundle are marked as external during build of other modules. This allows all of them to point to the same URL using importmaps (see [app.html](https://github.com/live-codes/livecodes/blob/develop/src/livecodes/html/app.html)).
0 commit comments