19 lines
330 B
HTML
19 lines
330 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
</head>
|
|
<body>
|
|
<h2>Monaco Editor esbuild Bundler Sample</h2>
|
|
|
|
To run this sample, you need to:
|
|
|
|
<pre>
|
|
$/browser-esm-esbuild> npm run build
|
|
</pre
|
|
>
|
|
|
|
Then, <a href="./dist">open the ./dist folder</a>.
|
|
</body>
|
|
</html>
|