odata-fluent-query icon indicating copy to clipboard operation
odata-fluent-query copied to clipboard

Vite warning: Sourcemap for "..." points to missing source files

Open rdhainaut opened this issue 2 years ago • 2 comments

I m using odata-fluent-query in a vue 3 project that build with vite. I have following warnings only for odata-fluent-query library:

Sourcemap for "C:/MyProject/node_modules/odata-fluent-query/index.js" points to missing source files
Sourcemap for "C:/MyProject/node_modules/odata-fluent-query/builders/index.js" points to missing source files
Sourcemap for "C:/MyProject/node_modules/odata-fluent-query/models/index.js" points to missing source files
Sourcemap for "C:/MyProject/node_modules/odata-fluent-query/builders/create-filter.js" points to missing source files
Sourcemap for "C:/MyProject/node_modules/odata-fluent-query/builders/create-orderby.js" points to missing source files
Sourcemap for "C:/MyProject/node_modules/odata-fluent-query/builders/create-groupby.js" points to missing source files
Sourcemap for "C:/MyProject/node_modules/odata-fluent-query/builders/create-query.js" points to missing source files
Sourcemap for "C:/MyProject/node_modules/odata-fluent-query/builders/create-select.js" points to missing source files
Sourcemap for "C:/MyProject/node_modules/odata-fluent-query/builders/query-builder.js" points to missing source files
Sourcemap for "C:/MyProject/node_modules/odata-fluent-query/builders/create-paginate.js" points to missing source files
Sourcemap for "C:/MyProject/node_modules/odata-fluent-query/builders/create-expand.js" points to missing source files

Do you have any idea how to resolve this ?

rdhainaut avatar Nov 11 '23 16:11 rdhainaut

It looks like a problem on the sources file. It looks like it still works right? I have a plan to use esbuild to create a bundle, probably it will fix that. Will try to do it during the week

rosostolato avatar Nov 11 '23 16:11 rosostolato

Yeah it works fine (as expected) but just see that message in the console.

rdhainaut avatar Nov 19 '23 00:11 rdhainaut