Skip to content
Snippets Groups Projects
Verified Commit 31eaeb95 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett
Browse files

Add define and require to window in vs transform

parent 50267d13
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -216,6 +216,7 @@ var config = {
return (
'(function(){\n' +
'var define = this.define, require = this.require;\n' +
'window.define = define; window.require = require;\n' +
content +
'\n}.call(window.__monaco_context__ || (window.__monaco_context__ = {})));'
);
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment