0.0.26
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).