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...so i have all code compiling with readme instructions via yarn ...but the yarn dev command leads to the following error....
if i change these urls to point at mjs, js or generic references then i get the complaint error that the that its a module to be intantiated by a require instead of an import...so, , am stuck here...
[plugin:vite:import-analysis] Failed to resolve import "./offline-render.ts" from "..\dist\offline-render-dsp.mjs". Does the file exist?
if i change these urls to point at mjs, js or generic references then i get the complaint error that the that its a module to be intantiated by a require instead of an import...so, , am stuck here... it seems its the offline render,dsp, and the iframe files that cause these issues..
The text was updated successfully, but these errors were encountered:
hi...so i have all code compiling with readme instructions via yarn ...but the yarn dev command leads to the following error....
if i change these urls to point at mjs, js or generic references then i get the complaint error that the that its a module to be intantiated by a require instead of an import...so, , am stuck here...
[plugin:vite:import-analysis] Failed to resolve import "./offline-render.ts" from "..\dist\offline-render-dsp.mjs". Does the file exist?
if i change these urls to point at mjs, js or generic references then i get the complaint error that the that its a module to be intantiated by a require instead of an import...so, , am stuck here... it seems its the offline render,dsp, and the iframe files that cause these issues..
The text was updated successfully, but these errors were encountered: