vue-pdf icon indicating copy to clipboard operation
vue-pdf copied to clipboard

Error "Module parse failed: Unexpected token (105:45); You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders"

Open SciManJD opened this issue 4 months ago • 1 comments

I cannot make it running. I get this message:

Module parse failed: Unexpected token (105:45)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
|   for (const d of l.getElementsByTagName("span")) {
|     let U = d.textContent;
>     const Z = JSON.parse(d.dataset.l10nArgs ?? "{}");
|     if (U)
|       for (const F in Z)

I need a little help, please...

SciManJD avatar Sep 29 '24 07:09 SciManJD