mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Add require path to README
This commit is contained in:
parent
0c36fc7eb7
commit
7d61f37314
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ npm install monaco-editor-webpack-plugin
|
|||
* `webpack.config.js`:
|
||||
```js
|
||||
const MonacoWebpackPlugin = require('monaco-editor-webpack-plugin');
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
entry: './index.js',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue