Skip to content

Commit

Permalink
Bundle correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodyowl committed Apr 3, 2024
1 parent da5b0be commit 496d94b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
"graphql",
"react"
],
"browserslist": [
"defaults and fully supports es6-module",
"maintained node versions"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"include": ["example", "src", "test"],
"compilerOptions": {
"module": "ESNext",
"target": "ES2018",
"target": "ES2022",
"lib": ["DOM", "DOM.Iterable", "ES2022"],
"jsx": "react-jsx",
"moduleResolution": "Node",
Expand Down

0 comments on commit 496d94b

Please sign in to comment.