From 95d4309a33b99147eb3e4536bf364aa6345a3d2e Mon Sep 17 00:00:00 2001 From: Drew Powers <1369770+drwpow@users.noreply.github.com> Date: Thu, 8 Jul 2021 13:21:26 -0400 Subject: [PATCH] Remove export map (#3557) --- .changeset/poor-wasps-cough.md | 5 +++++ snowpack/package.json | 10 ---------- 2 files changed, 5 insertions(+), 10 deletions(-) create mode 100644 .changeset/poor-wasps-cough.md diff --git a/.changeset/poor-wasps-cough.md b/.changeset/poor-wasps-cough.md new file mode 100644 index 0000000000..fc3e5145f1 --- /dev/null +++ b/.changeset/poor-wasps-cough.md @@ -0,0 +1,5 @@ +--- +'snowpack': patch +--- + +Remove exports field from package.json diff --git a/snowpack/package.json b/snowpack/package.json index 78a0af5b41..403dd58bba 100644 --- a/snowpack/package.json +++ b/snowpack/package.json @@ -30,16 +30,6 @@ }, "types": "./lib/cjs/index.d.ts", "main": "./lib/cjs/index.js", - "exports": { - ".": { - "esm": "./lib/cjs/index.js", - "node": "./lib/cjs/index.js", - "require": "./lib/cjs/index.js", - "default": "./lib/esm/index.js" - }, - "./assets": "./assets/*", - "./*": "./*" - }, "bin": { "sp": "./index.bin.js", "snowpack": "./index.bin.js"