-
- [quasar-cli-webpack](https://quasar.dev/quasar-cli-webpack/upgrade-guide) nu op 3.x --> 4.x-beta gaat naar ESM code
- [electron-store](https://github.com/sindresorhus/electron-store) nu op 8.2.0 --…
J76F updated
22 hours ago
-
### Description
import { connect } from 'puppeteer-real-browser'
const { browser, page } = await connect({
headless: false,
args: [],
customConfig: {},
turnstile: true,
connectOptio…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### OS/Web Information
Web Browser:Chrome
- Local OS:Windows 11
- Remote OS:same machine
- Remote Architecture:
-…
-
Hi! Trying to add this to a project that is very nearly the default Electron Forge export and getting ES module errors.
```
▶ yarn run make
✔ Checking your system
✖ Loading configuration
› re…
-
What are your thoughts on a pattern like this?
In the future, when I care about bundle sizes of my widget, I would prefer not to ship sucrase in the bundled JS. My `_esm` cproperties are very smal…
-
### Why
- Run untranspiled on server environments (e.g. Next.js `experimental.esmxternals`). Could help with [https://github.com/mui-org/material-ui/issues/29742#issuecomment-982597676](https://git…
-
### Is your feature request related to a problem? Please describe the problem.
_No response_
### Client library/SDK language
TypeScript
### Describe the solution you'd like
Current infrastructure…
-
## Failing module
- **GitHub**: https://github.com/octokit/octokit.js
- **npm**: https://www.npmjs.com/package/octokit
```js
import { App } from "https://esm.sh/octokit"
```
## Error messa…
-
While CJS continues to be an important part of the NodeJS world, it seems to be slowly moving towards ESM. I think we should export both cjs and ems.
The reason for this is so that libraries using …
-
npm run build
`✘ [ERROR] "vite-plugin-pages-sitemap" resolved to an ESM file. ESM file cannot be loaded by `require`. See https://vite.dev/guide/troubleshooting.html#this-package-is-esm-only for mo…