Skip to content

Commit

Permalink
fix: switch to esm build
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Sep 20, 2023
1 parent a4d8497 commit 084b844
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/wallet-adapter-mantine-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "^18.2.0"
},
"type": "commonjs",
"main": "./index.cjs",
"module": "./index.js",
"main": "./index.esm.js",
"module": "./index.esm.js",
"license": "MIT"
}
1 change: 1 addition & 0 deletions packages/wallet-adapter-mantine-ui/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"external": "all",
"rollupConfig": "@nx/react/plugins/bundle-rollup",
"compiler": "babel",
"format": ["esm"],
"assets": [
{
"glob": "packages/wallet-adapter-mantine-ui/README.md",
Expand Down

0 comments on commit 084b844

Please sign in to comment.