Skip to content

Commit

Permalink
fix: updating /compat/server exports to work with import/export synta…
Browse files Browse the repository at this point in the history
…x and webpack 5 (#2873)

Co-authored-by: Tyler Cvetan <tcvetan@connecture.com>
Co-authored-by: Jovi De Croock <decroockjovi@gmail.com>
  • Loading branch information
3 people authored Dec 25, 2020
1 parent 37a884c commit 264c5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"import": "./jsx-runtime/dist/jsxRuntime.mjs"
},
"./compat/server": {
"require": "./compat/server.js"
"default": "./compat/server.js"
},
"./package.json": "./package.json",
"./": "./"
Expand Down

0 comments on commit 264c5e5

Please sign in to comment.