Skip to content

Commit

Permalink
fix: fix shared utils imports in "module" envs
Browse files Browse the repository at this point in the history
fixes #44
  • Loading branch information
nolimits4web committed Apr 20, 2022
1 parent ccab282 commit 30793b0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package/shared/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "konsta/shared",
"private": true,
"type": "module",
"exports": {
"./esm/*": {
"import": "./esm/*",
"require": "./cjs/*"
}
}
}

0 comments on commit 30793b0

Please sign in to comment.