From 2cd681f6f75c9b6502abb1dd03891eed96a999e2 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 29 Jan 2019 23:09:01 -0800 Subject: [PATCH] Add require() mention to options.cjs.interop description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b851a034d..c5d78c1b9 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Specify options with one of the following: "interop": -

A boolean for __esModule interoperability.

+

A boolean for __esModule and require interoperability.