Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

9 lines
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. }