Skip to content

Commit

Permalink
feat: restore compatability with webpack 4 (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Jan 9, 2023
1 parent 4fd4670 commit 082c26d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -25,6 +25,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 082c26d

Please sign in to comment.