Files
framework/public/plugins/mustache/.esmrc
T
2023-01-24 20:31:23 +00:00

9 lines
288 B
Plaintext

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