Skip to content

Commit 7318b5c

Browse files
committed
feat: support webpack
1 parent b0da9c8 commit 7318b5c

File tree

8 files changed

+1916
-3687
lines changed

8 files changed

+1916
-3687
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@
5252
"./rollup": {
5353
"types": "./dist/rollup.d.ts",
5454
"import": "./dist/rollup.js"
55+
},
56+
"./webpack": {
57+
"types": "./dist/webpack.d.ts",
58+
"import": "./dist/webpack.js"
5559
}
5660
},
5761
"typesVersions": {

0 commit comments

Comments
 (0)