Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

9 рядки
288B

  1. {
  2. cjs: {
  3. // Ensure ESM `export default` ends up as the root, e.g. `module.exports` when
  4. // being `require()`d from CJS code. This is not spec compliant, but that does
  5. // not matter because only use this `esm` package trickery locally while testing
  6. dedefault: true
  7. }
  8. }