Skip to content

Commit 082c26d

Browse files
authored
feat: restore compatability with webpack 4 (#1146)
1 parent 4fd4670 commit 082c26d

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
@@ -25,6 +25,8 @@
2525
"types": "./dist/index.d.ts",
2626
"exports": "./src/index.ts",
2727
"publishConfig": {
28+
"main": "./dist/index.cjs",
29+
"module": "./dist/index.js",
2830
"exports": {
2931
"types": "./dist/index.d.ts",
3032
"import": "./dist/index.js",

0 commit comments

Comments
 (0)