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
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 ?
The text was updated successfully, but these errors were encountered:
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
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:
Do you have any idea how to resolve this ?
The text was updated successfully, but these errors were encountered: