mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
Add test page for running the editor-esm-bundle output
This commit is contained in:
parent
daabff0021
commit
fa74fe012c
1 changed files with 18 additions and 0 deletions
18
test/out-editor-esm-bundle.html
Normal file
18
test/out-editor-esm-bundle.html
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
|
<base href="../../vscode-prs/out-editor-esm-bundle/" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<h2>Monaco Editor ESM Bundle</h2>
|
||||||
|
|
||||||
|
<div style="clear:both"></div>
|
||||||
|
<div id="container" style="float:left;width:800px;height:450px;border: 1px solid grey"></div>
|
||||||
|
<div style="clear:both"></div>
|
||||||
|
|
||||||
|
<script src="core.bundle.js"></script>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue