Skip to content

Commit

Permalink
Create quiet-glasses-smile.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zchenwei authored Jan 26, 2023
1 parent 8a8e373 commit dd68577
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .changeset/quiet-glasses-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
"@aws-amplify/ui-react-core": patch
"@aws-amplify/ui-react": patch
"@aws-amplify/ui": patch
---

build: updates to support Node ESM

Confirmed that both #3155 and #3206 are fixed without having to apply any workaround

Also, test out the changes with the following frameworks/tools:

| Name | Tested? | Notes |
|---|---|---|
| Next.js@11, 12, 13 || |
| Gatsby || Works with ESM. Not support loading CJS build |
| Remix || |
| Astro || Works with ESM. Not support loading CJS build |
| webpack || |
| Vite || Works with ESM. Not support loading CJS build |
| Rollup || Works with ESM. Not support loading CJS build |
| esbuild || |
| Parcel || |
| Snowpack || - Need `--polyfill-node` to fix JS incompatibility in dev mode, but is a known [issue](https://github.com/FredKSchott/snowpack/discussions/718) |

0 comments on commit dd68577

Please sign in to comment.