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 3760f4e commit 8108800Copy full SHA for 8108800
README.md
@@ -133,7 +133,7 @@ The `"exports"` field can also be an object for packages with multiple entry mod
133
"exports": {
134
".": "./dist/foo.modern.js", // import "foo" (the default)
135
"./lite": "./dist/lite.modern.js", // import "foo/lite"
136
- "./full": "./dist/full.modern.js" // import "foo"
+ "./full": "./dist/full.modern.js" // import "foo/full"
137
},
138
"scripts": {
139
"build": "microbundle src/*.js" // build foo.js, lite.js and full.js
0 commit comments