Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rdhainaut opened this issue Nov 11, 2023 · 2 comments
Open

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

rdhainaut opened this issue Nov 11, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@rdhainaut
Copy link

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 ?

@rosostolato
Copy link
Owner

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

@rdhainaut
Copy link
Author

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

@rosostolato rosostolato added the bug Something isn't working label Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants