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"