You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: use compiled module in playground for real-world testing
- Switch from '../src/module' to '../dist/module.mjs'
- Ensures playground tests the actual built module users would receive
- Helps catch build-time issues early (as we discovered previously)
- Aligns with best practices used by major Nuxt modules
Authored by: Aaron Lippold<lippold@gmail.com>
0 commit comments