-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | |