123456789101112131415161718 |
- <!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>
|