We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a871a commit abb63d0Copy full SHA for abb63d0
tools/publish-browser.js
@@ -10,6 +10,7 @@ delete pkg.main
10
delete pkg.exports['.'].import
11
delete pkg.exports['.'].require
12
delete pkg.keywords
13
+pkg.exports['.'].node = pkg.exports['.'].browser
14
15
pkg.files.push('!dist/**/package.json')
16
pkg.files.push('!dist/node/**/*')
0 commit comments