瀏覽代碼

Add require path to README

Philip Winston 5 年之前
父節點
當前提交
7d61f37314
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      README.md

+ 1 - 0
README.md

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