Merge pull request #13 from danmarshall/fix-webpack-small

changed path to browser-esm-webpack-small
This commit is contained in:
Alexandru Dima 2018-03-15 10:50:38 +01:00 committed by GitHub
commit 702ab4958f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>.