Skip to content

0.0.26

Compare
Choose a tag to compare
@schickling schickling released this 07 Oct 13:24
· 525 commits to main since this release
ccba238

Changes

  • Generated JavaScript files in .contentlayer now have the .mjs instead of the .js extension. This shouldn't change anything for you when importing from .contentlayer in your app (e.g. Next.js). However, if you're importing from a Node.js script, you need to supply the --experimental-json-modules Node CLI argument (see Node.js docs).