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
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"
#153
Open
SciManJD opened this issue
Sep 29, 2024
· 2 comments
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...
The text was updated successfully, but these errors were encountered:
The problem is the ?? operator even if is a feature supported by many browsers some transpiler does not supported it, if You are using webpack 4 try to update to webpack 5 or change the "target" property to "esnext". webpack/webpack#10227
I cannot make it running. I get this message:
I need a little help, please...
The text was updated successfully, but these errors were encountered: