From 72246c49a643dbfdf603bc5205359982bbdd82e6 Mon Sep 17 00:00:00 2001 From: Brian Zinn Date: Sat, 30 May 2020 17:52:52 -0700 Subject: [PATCH] Set "type": "module" to be treated as ES module fixes #71 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 384eb4cc..2e0bd410 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "react-reconciler" ], "module": "dist/react-babylonjs.js", + "type": "module", "typings": "dist/react-babylonjs.d.ts", "files": [ "dist"