We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97048ba + 355234c commit 0c045b5Copy full SHA for 0c045b5
.changeset/eight-ladybugs-pull.md
@@ -0,0 +1,5 @@
1
+---
2
+'@asgardeo/react': patch
3
4
+
5
+Update package.json to support ESM modules
packages/react/package.json
@@ -2,7 +2,7 @@
"name": "@asgardeo/react",
"version": "0.2.3",
"description": "React Wrapper to build customizable login UIs for Asgardeo or Identity Server",
- "main": "dist/cjs/index.js",
+ "main": "dist/esm/index.js",
6
"module": "dist/esm/index.js",
7
"types": "dist/index.d.ts",
8
"type": "module",
0 commit comments