odata-fluent-query
odata-fluent-query copied to clipboard
Vite warning: Sourcemap for "..." points to missing source files
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 ?
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
Yeah it works fine (as expected) but just see that message in the console.