-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Which Mux Elements/Packages does this apply to? Select all that apply
mux-player-react
### Which browsers are…
-
The library at the moment is using commonJS modules with require to imports other modules. You should migrate to modern ESModules to be compliant with modern bundling systems that applies three shakin…
-
英文原文: https://hacks.mozilla.org/2018/03/es-modules-a-cartoon-deep-dive/
翻译: https://github.com/SoloJiang/Blog/issues/1
vite是怎么做到那么快的? : https://blog.techbridge.cc/2020/08/07/vite-and-esmodules-s…
-
Rellax as an ESModule
-
Hey, I found your tool really useful for my project that utilises an LRU cache! Thanks 😄
But, my project uses ESM, and the default export in your package does not work (my solution so far was to co…
-
I'd like to use certain functions from the package (mostly just the util functions for validation) in a frontend Next.js app. Since the package is currently being exported using CommonJS, no tree-shak…
-
It would be super if we could use ESModules (imports and exports) with this lib. This can be achieved by using `babel-node` as the script runner.
-
As per https://github.com/jeffijoe/koa-es7-boilerplate/issues/28, I've run into the same problem.
Is there any reason you can't do the same thing you've done here:
[load-modules->opts.esModules]…
-
```
"@swimlane/ngx-charts": "^20.5.0",
"@types/jest": "^29.5.12",
"@types/node": "^18.18.0",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.…
-
`Module` type commands do not work when declared with ES modules syntax:
```js
export default function (input) {
console.log(`hello world`);
};
```
gturi updated
7 months ago