We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6afcc6 commit a6464cfCopy full SHA for a6464cf
2 files changed
.changeset/common-bars-stand.md
@@ -0,0 +1,5 @@
1
+---
2
+"@bgd-labs/toolbox": patch
3
4
+
5
+Support for webpack
packages/toolbox/package.json
@@ -67,8 +67,17 @@
67
"viem": "catalog:"
68
},
69
"exports": {
70
- ".": "./dist/index.mjs",
71
- "./browser": "./dist/browser.mjs",
+ ".": {
+ "types": "./dist/index.d.mts",
72
+ "browser": "./dist/browser.mjs",
73
+ "import": "./dist/index.mjs",
74
+ "default": "./dist/index.mjs"
75
+ },
76
+ "./browser": {
77
+ "types": "./dist/browser.d.mts",
78
+ "import": "./dist/browser.mjs",
79
+ "default": "./dist/browser.mjs"
80
81
"./package.json": "./package.json"
82
83
"engines": {
0 commit comments