Abdón Rodríguez
Abdón Rodríguez
I just see this: https://github.com/hapijs/joi/issues/2517#issuecomment-1133659606 > Using `@rollup/plugin-commonjs@^22.0.0` bundles `joi` without any issues! But you are already using a latest version: https://github.com/directus/directus/blob/91a4a7fca1079bb03a4e9069154e5c11d433ce0a/packages/extensions-sdk/package.json#L54
@kevinpschaaf @rictic there are any new on this? Thanks in advance!
Any progress with this?
Looks like Nuxt v3.4.1 fixes it: https://github.com/nuxt/nuxt/releases/tag/v3.4.1
Any update here? Thanks in advance!
I just create an small PR about it: https://github.com/carbon-design-system/carbon-website/pull/4043
Reference: https://github.com/Polymer/polymer-build/issues/22
Because you can't use `require` / `module.exports` (CJS) directly in the browser. But you can use the standard `import` / `export` (ESM).
> Interesting... Wouldn’t it get bundled together anyway? Or you just load them as separate files? During development I don't use any bundler. Reference: https://modern-web.dev/guides/going-buildless/getting-started/
@epoberezkin any news here? Thanks!