Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

v0.24.0

Compare
Choose a tag to compare
@danielroe danielroe released this 21 May 15:45
· 221 commits to main since this release

0.24.0 (2021-05-21)

⚠ BREAKING CHANGES

  • package exports have been moved

  • see #480 for context

  • output .mjs files for runtime templates

  • (outside of Nuxt) only auto-registers plugin if NODE_ENV == 'test'

Bug Fixes

Build System

  • move globals and register to runtime directory (842a724)
  • output .mjs files for runtime templates (23afd5a)