TypeError: Cannot read property 'Roboto-Regular.ttf' of undefined
I solved the problem importing pdfmake before vfs_fonts.
<script type="text/javascript" src="/app/js/pdfmake.min.js"></script>
<script type="text/javascript" src="/app/js/vfs_fonts.js"></script>