Skip to content

Instantly share code, notes, and snippets.

@ollelauribostrom
Last active July 31, 2018 14:26
Show Gist options
  • Save ollelauribostrom/f97fe85d5f93f8f90bd3a447bc239dce to your computer and use it in GitHub Desktop.
Save ollelauribostrom/f97fe85d5f93f8f90bd3a447bc239dce to your computer and use it in GitHub Desktop.
async function init() {
await import(/* webpackChunkName: "monaco-editor" */ "monaco-editor");
ReactDOM.render(<App />, document.getElementById("app"));
await import(/* webpackChunkName: "monaco-languages" */ "monaco-editor");
await registerLanguages();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment