mirror of
https://github.com/payloadcms/payload.git
synced 2026-03-26 19:38:18 +00:00
The distributed files for `@payloadcms/live-preview-vue` are compiled to commonjs instead of ESM, which causes issues in ESM based projects like when using Nuxt. This PR fixes this issue by updating the built config to be `es6`, matching what most other packages are using. Related to #12806