From dcd458c541c29345cafdf678e5fed5c89a9f3731 Mon Sep 17 00:00:00 2001 From: Alistair Smith Date: Wed, 21 Sep 2022 04:31:36 +0100 Subject: [PATCH] docs(changeset): Make await import('https') only run on node using conditional export --- .changeset/rare-ghosts-lay.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/rare-ghosts-lay.md diff --git a/.changeset/rare-ghosts-lay.md b/.changeset/rare-ghosts-lay.md new file mode 100644 index 00000000..73557624 --- /dev/null +++ b/.changeset/rare-ghosts-lay.md @@ -0,0 +1,5 @@ +--- +'@onehop/js': minor +--- + +Make await import('https') only run on node using conditional export