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 0efa0db commit f744447Copy full SHA for f744447
1 file changed
package.json
@@ -53,8 +53,17 @@
53
},
54
"type": "module",
55
"exports": {
56
- "import": "./esm6/index.js",
57
- "require": "./bundles/stomp.umd.js"
+ ".": {
+ "browser": "./bundles/stomp.umd.js",
58
+ "require": {
59
+ "types": "./index.d.ts",
60
+ "default": "./bundles/stomp.umd.js"
61
+ },
62
+ "import": {
63
64
+ "default": "./esm6/index.js"
65
+ }
66
67
68
"main": "./bundles/stomp.umd.js",
69
"browser": "./bundles/stomp.umd.js",
0 commit comments