Skip to content

3.1.1

Latest
Compare
Choose a tag to compare
@dulnan dulnan released this 15 Aug 06:50
· 31 commits to main since this release
  • Fix client side fatal exception in RenderCacheable due to changes in logging behavior
  • Deprecate import of defineMultiCacheOptions from 'nuxt-multi-cache', as it results in the entire module being inlined in the server build. Instead it should now be imported like this, which will only import the helper method without any dependencies:
    import { defineMultiCacheOptions } from 'nuxt-multi-cache/dist/runtime/serverOptions'