privateOmega / html-to-docx

HTML to DOCX converter
MIT License
373 stars 140 forks source link

Nuxt 3 (no SSR)+ Vite not working - Cannot read properties of undefined (reading 'prototype') #244

Open kr1ke opened 5 months ago

kr1ke commented 5 months ago
Cannot read properties of undefined (reading 'prototype')

at http://localhost:3000/_nuxt/node_modules/.cache/vite/client/deps/html-to-docx_dist_html-to-docx__esm__js.js?v=f510fc28:4818:78

In my component: import HTMLtoDOCX from 'html-to-docx/dist/html-to-docx.esm.js image

in Nuxt 2, this code worked