From af8569258de7ffead84040f1c100cf825f066788 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Tue, 13 Mar 2018 22:08:15 +0100 Subject: [PATCH] Add module field to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 429a514b..1882fd5d 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "website": "gulp website" }, "typings": "./monaco.d.ts", + "module": "./esm/vs/editor/editor.main.js", "repository": { "type": "git", "url": "https://github.com/Microsoft/monaco-editor"