Add require path to README

pull/2748/head
Philip Winston 2020-05-14 08:20:30 -04:00
parent 0c36fc7eb7
commit 7d61f37314
1 changed files with 1 additions and 0 deletions

View File

@ -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',