working without error locally on dev server
but after deploy to Vercel error:
500
Named export 'TailwindPagination' not found. The requested module 'laravel-vue-pagination' is a CommonJS module, which may not support all module.exports as named exports. CommonJS modules can always be imported via the default export, for example using: import pkg from 'laravel-vue-pagination'; const { TailwindPagination } = pkg;
working without error locally on dev server but after deploy to Vercel error:
500 Named export 'TailwindPagination' not found. The requested module 'laravel-vue-pagination' is a CommonJS module, which may not support all module.exports as named exports. CommonJS modules can always be imported via the default export, for example using: import pkg from 'laravel-vue-pagination'; const { TailwindPagination } = pkg;
my code: