-
When building an app with Angular 10 it warns you about lottie-web.
Here is what it says on the angular blog:
When you use a dependency that is packaged with CommonJS, it can result in larger sl…
-
Hi,
thank you for this great library, thanks to this, we were able to actually use native node test runner in some of our projects!
I ran into an issue, but maybe it is expected behaviour. When …
-
https://babeljs.io/docs/babel-plugin-transform-modules-commonjs
For Rolldown app mode, we need to custom runtime to execute module.
-
I need to update the package to support both ESM and commonjs better.
Work in progress
-
In the upcoming release 2, the support for CommonJS will be removed.
If anyone still uses it please leave a comment below.
-
> [!NOTE]
> This issue is limited to v18. Works fine on v20.
### Version
Confirmed: v18.19.0, v18.20.3
### Platform
```text
Darwin pro-m3-2023-36gb.local 24.0.0 Darwin Kernel Version 24.…
-
`Node v20`
`pnpm v9.12.2`
I cannot use v2 of this package due to commonjs not being supported at all anymore. Is there a way we can get support for both esm and commonjs?
Thanks for the great …
-
- Rollup Plugin Name: @rollup/plugin-commonjs
- Rollup Plugin Version: 26.0.1
- Rollup Version: 4.22.4
- Operating System (or Browser): MacOS (Edge)
- Node Version: 18
- Link to reproduction …
jaskp updated
1 month ago
-
As the Node.js community moves toward ESM, I am looking to switch the project from CommonJS to ECMAScript Modules (ESM). This change is essential to take advantage of ESM's improved support for static…
-
### Problem description
Currently the `@lodestar/prover` package have ESM build only, which does not work with the commonjs. Means user can't use `require` for that package in their projects.
### S…