mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
Merge pull request #13 from danmarshall/fix-webpack-small
changed path to browser-esm-webpack-small
This commit is contained in:
commit
702ab4958f
1 changed files with 2 additions and 2 deletions
|
|
@ -17,8 +17,8 @@ This sample shows how to load a small subset of the editor:
|
||||||
To run this sample, you need to:
|
To run this sample, you need to:
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
$/browser-esm-webpack> npm install .
|
$/browser-esm-webpack-small> npm install .
|
||||||
$/browser-esm-webpack> ./node_modules/.bin/webpack
|
$/browser-esm-webpack-small> ./node_modules/.bin/webpack
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
Then, <a href="./dist">open the ./dist folder</a>.
|
Then, <a href="./dist">open the ./dist folder</a>.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue