We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 078b776 commit 95d4309Copy full SHA for 95d4309
.changeset/poor-wasps-cough.md
@@ -0,0 +1,5 @@
1
+---
2
+'snowpack': patch
3
4
+
5
+Remove exports field from package.json
snowpack/package.json
@@ -30,16 +30,6 @@
30
},
31
"types": "./lib/cjs/index.d.ts",
32
"main": "./lib/cjs/index.js",
33
- "exports": {
34
- ".": {
35
- "esm": "./lib/cjs/index.js",
36
- "node": "./lib/cjs/index.js",
37
- "require": "./lib/cjs/index.js",
38
- "default": "./lib/esm/index.js"
39
- },
40
- "./assets": "./assets/*",
41
- "./*": "./*"
42
43
"bin": {
44
"sp": "./index.bin.js",
45
"snowpack": "./index.bin.js"
0 commit comments