ソースを参照

Update integrate-esm.md

Alexandru Dima 6 年 前
コミット
945211a03e
1 ファイル変更4 行追加0 行削除
  1. 4 0
      docs/integrate-esm.md

+ 4 - 0
docs/integrate-esm.md

@@ -58,6 +58,8 @@ module.exports = {
 
 ### Option 2: Using plain webpack
 
+Full working samples are available at https://github.com/Microsoft/monaco-editor-samples/tree/master/browser-esm-webpack or https://github.com/Microsoft/monaco-editor-samples/tree/master/browser-esm-webpack-small
+
 * `index.js`
 ```js
 import * as monaco from 'monaco-editor';
@@ -125,6 +127,8 @@ module.exports = {
 
 ### Using parcel
 
+A full working sample is available at https://github.com/Microsoft/monaco-editor-samples/tree/master/browser-esm-parcel
+
 When using parcel, we need to use the `getWorkerUrl` function and build the workers seperately from our main source. To simplify things, we can write a tiny bash script to build the workers for us.
 
 * `index.js`