You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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