From 7d61f37314d66e70587e91d368cf03b63858adc6 Mon Sep 17 00:00:00 2001 From: Philip Winston Date: Thu, 14 May 2020 08:20:30 -0400 Subject: [PATCH] Add require path to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa76d59e..58711974 100644 --- a/README.md +++ b/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',