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
Hi, in my aplication, after production build I have error cant reading 'pdfMake
TypeError: Cannot read properties of undefined (reading 'pdfMake')
at vfs_fonts-oZBYIEf5.js:1:27
But in develop all it work.
I use import
const pdfMake = (await import('pdfmake/build/pdfmake')).default;
const pdfFonts = (await import('pdfmake/build/vfs_fonts')).default;
How I can fix this. Thanks.
The text was updated successfully, but these errors were encountered:
Hi, in my aplication, after production build I have error cant reading 'pdfMake
TypeError: Cannot read properties of undefined (reading 'pdfMake')
at vfs_fonts-oZBYIEf5.js:1:27
How I can fix this. Thanks.
The text was updated successfully, but these errors were encountered: