Skip to content

Commit 0ee705c

Browse files
authored
feat: restore compatability with webpack 4 (#996)
1 parent bde8a41 commit 0ee705c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
"types": "./dist/index.d.ts",
4242
"exports": "./src/index.ts",
4343
"publishConfig": {
44+
"main": "./dist/index.cjs",
45+
"module": "./dist/index.js",
4446
"exports": {
4547
"types": "./dist/index.d.ts",
4648
"import": "./dist/index.js",

0 commit comments

Comments
 (0)