Skip to content

Commit

Permalink
fix: resolve proxy to commonjs
Browse files Browse the repository at this point in the history
this makes budlers assuming all named exports are possible
  • Loading branch information
pi0 committed Apr 7, 2022
1 parent a88e927 commit 26c19f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
},
"./runtime/mock/proxy": "./runtime/mock/proxy.cjs",
"./runtime/*": {
"require": "./runtime/*.cjs",
"import": "./runtime/*.mjs"
Expand Down

0 comments on commit 26c19f7

Please sign in to comment.