You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confirmed that both #3155 and #3206 are fixed without having to apply any workaround
10
+
11
+
Also, test out the changes with the following frameworks/tools:
12
+
13
+
| Name | Tested? | Notes |
14
+
|---|---|---|
15
+
| Next.js@11, 12, 13 | ✅ ||
16
+
| Gatsby | ✅ | Works with ESM. Not support loading CJS build |
17
+
| Remix | ✅ ||
18
+
| Astro | ✅ | Works with ESM. Not support loading CJS build |
19
+
| webpack | ✅ ||
20
+
| Vite | ✅ | Works with ESM. Not support loading CJS build |
21
+
| Rollup | ✅ | Works with ESM. Not support loading CJS build |
22
+
| esbuild | ✅ ||
23
+
| Parcel | ✅ ||
24
+
| Snowpack | ✅ | - Need `--polyfill-node` to fix JS incompatibility in dev mode, but is a known [issue](https://github.com/FredKSchott/snowpack/discussions/718)|
0 commit comments