Skip to content

v1.0.2

Latest
Compare
Choose a tag to compare
@shunnNet shunnNet released this 17 Nov 15:43
· 1 commit to main since this release

compare changes

🩹 Fixes

  • Lost type infos when msw.enable: false(#2) (e2bc95b)
    • In previous versions, when enable: false, the auto imports provided by nuxt-msw would lose type information. This could hinder type checking and potentially cause unnecessary confusion for developers. Therefore, in this update, the auto imports will be retained even when enable: false to avoid these issues.

🏡 Chore

  • Move ofetch and unimport to dev deps (0eab2b8)

❤️ Contributors