25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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