mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 10:25:42 +01:00
- Add a smoketest for packaging with vite - Re-enable the smoketest for packaging with esbuild - Re-enable the smoketest on webkit
10 lines
277 B
HTML
10 lines
277 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
</head>
|
|
<body>
|
|
<div id="editor-container" style="position: absolute; width: 500px; height: 400px"></div>
|
|
<script type="module" src="index.js"></script>
|
|
</body>
|
|
</html>
|