Skip to content

Commit

Permalink
feat: restore compatability with webpack 4 (#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Jan 9, 2023
1 parent bde8a41 commit 0ee705c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
"types": "./dist/index.d.ts",
"exports": "./src/index.ts",
"publishConfig": {
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
Expand Down

0 comments on commit 0ee705c

Please sign in to comment.